diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-05-31 09:53:55 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-05-31 09:53:55 +0200 |
commit | f0e615dee529e031663576286345141ad2996974 (patch) | |
tree | 68d1bbde7bbc8c65e5d9220172fc4663305edbd1 | |
parent | 9675acdf87be23ae4299e694dbcf3cd64d550c0b (diff) | |
download | volse-hubzilla-f0e615dee529e031663576286345141ad2996974.tar.gz volse-hubzilla-f0e615dee529e031663576286345141ad2996974.tar.bz2 volse-hubzilla-f0e615dee529e031663576286345141ad2996974.zip |
bump version
-rw-r--r-- | CHANGELOG | 2 | ||||
-rwxr-xr-x | boot.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Hubzilla 2.4 (2017-??-??) +Hubzilla 2.4 (2017-05-31) - Silence php warning during install - Implemented switch statement logic in Comanche layout parser - Don't allow html in plugin comment blocks @@ -50,7 +50,7 @@ require_once('include/attach.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.4RC1.1' ); +define ( 'STD_VERSION', '2.4' ); define ( 'ZOT_REVISION', '1.2' ); define ( 'DB_UPDATE_VERSION', 1191 ); |