diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c1997915..576f4231e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -1.2.0 - DEV +1.2.0 - Beta 5 ----------- - Reorganized all libraries to lib directory, removed fpdf (which was not used) and removed lib's symlinks @@ -37,7 +37,7 @@ - Fixed spelling mistakes/typos - Code cleanup -1.2.0 - beta 4 patch 4 +1.2.0 - Beta 4 patch 4 ---------------------- - Fixed create.sql for some incorrect parts @@ -47,23 +47,23 @@ lists.php - Updated functions.php -1.2.0 - beta 4 +1.2.0 - Beta 4 -------------- - Fix the mime.php due to a mistype - Fix geoip_update.php for a mistype -1.2.0 - Beta3 +1.2.0 - Beta 3 ------------- - Fix for XSS issue -1.2.0 - Beta2 +1.2.0 - Beta 2 ------------- - Fix for CentOS 6 not respecting issues with ./ -1.2.0 - Beta1 +1.2.0 - Beta 1 ------------- - Fixed db_clean.php to remove items correctly. diff --git a/mailscanner/functions.php b/mailscanner/functions.php index 489d96e67..d42d73066 100644 --- a/mailscanner/functions.php +++ b/mailscanner/functions.php @@ -3042,7 +3042,7 @@ function net_match($network, $ip) function mw_version() { - return ("1.2.0 DEV"); + return ("1.2.0 - Beta 5"); } function is_rpc_client_allowed()