bump version

This commit is contained in:
Mario Vavti 2017-05-31 09:53:55 +02:00
parent 9675acdf87
commit f0e615dee5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 );