prep for 2.2.1 release

git-svn-id: svn://192.168.202.10@1430 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2010-05-11 00:16:46 +00:00
parent 534c589cec
commit 166ff86f37
2 changed files with 6 additions and 5 deletions
@@ -280,10 +280,10 @@
# 100315-1149 - fix for rare recording_log uniqueid issue on manual dial calls to same number
# 100327-0902 - fix for manual dial answering machine message
# 100413-1347 - Various fixes for logging and extended alt-dialing
#
# 100510-2014 - 2.2.1 release prep
$version = '2.2.0-258';
$build = '100413-1347';
$version = '2.2.1-259';
$build = '100510-2014';
$mel=1; # Mysql Error Log enabled = 1
$mysql_log_count=64;
$one_mysql_log=0;
@@ -2048,11 +2048,12 @@ else
# 100116-0718 - Added presets to script select list
# 100319-1708 - Changed user/pass for users to 20 characters in length, highlighted conf file secret in phones
# 100413-2328 - several small fixes, logging, removal of old SIP/IAX monitor/barge links
# 100510-2015 - prep for 2.2.1 release
#
# make sure you have added a user to the vicidial_users MySQL table with at least user_level 8 to access this page the first time
$admin_version = '2.2.0-236';
$build = '100413-2328';
$admin_version = '2.2.1-237';
$build = '100510-2015';
$STARTtime = date("U");
$SQLdate = date("Y-m-d H:i:s");