소스 검색

changed version numbers

PhilPhonic 10 년 전
부모
커밋
11d5227a5d
6개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      TeamSpeak3/ts3server
  2. 1 1
      functions/fn_functions
  3. 1 1
      functions/fn_install
  4. 1 1
      functions/fn_install_config
  5. 1 1
      functions/fn_install_ts3
  6. 1 1
      functions/fn_install_ts3db

+ 1 - 1
TeamSpeak3/ts3server

@@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="201215"
+version="251215"
 
 #### Variables ####
 

+ 1 - 1
functions/fn_functions

@@ -2,7 +2,7 @@
 # LGSM fn_functions function
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
-lgsm_version="201215"
+lgsm_version="251215"
 
 # Description: Defines all functions to allow download and execution of functions using fn_runfunction.
 # This function is called first before any other function. Without this file other functions would not load.

+ 1 - 1
functions/fn_install

@@ -2,7 +2,7 @@
 # LGSM fn_install function
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
-lgsm_version="201215"
+lgsm_version="251215"
 
 fn_check_root
 fn_install_header

+ 1 - 1
functions/fn_install_config

@@ -2,7 +2,7 @@
 # LGSM fn_install_config function
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
-lgsm_version="201215"
+lgsm_version="251215"
 
 fn_defaultconfig(){
 echo "creating ${servercfg} config file."

+ 1 - 1
functions/fn_install_ts3

@@ -2,7 +2,7 @@
 # LGSM fn_install_ts3 function
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
-lgsm_version="061115"
+lgsm_version="251215"
 
 fn_details_distro
 # Gets the teamspeak server architecture

+ 1 - 1
functions/fn_install_ts3db

@@ -2,7 +2,7 @@
 # LGSM fn_install_ts3_mariadb function
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
-lgsm_version="241215"
+lgsm_version="251215"
 
 fn_install_ts3db_mariadb(){
 	echo ""