diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index ffb41267..f2fc1b6d 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -9,7 +9,7 @@ # Last update: # $Id$ -Changes since the 3.0.1 release +Version 3.0.2 - 2017/02/08 - SVN r1893 ------------------------------------------------- - SECURITY: don't allow to delete protected aliases (CVE-2017-5930, PR#23) diff --git a/functions.inc.php b/functions.inc.php index e60a853a..6ba7499c 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -15,7 +15,7 @@ * Contains re-usable code. */ -$version = '3.0'; +$version = '3.0.2'; $min_db_version = 1835; # update (at least) before a release with the latest function numbrer in upgrade.php /**