bump version
This commit is contained in:
parent
9675acdf87
commit
f0e615dee5
@ -1,4 +1,4 @@
|
|||||||
Hubzilla 2.4 (2017-??-??)
|
Hubzilla 2.4 (2017-05-31)
|
||||||
- Silence php warning during install
|
- Silence php warning during install
|
||||||
- Implemented switch statement logic in Comanche layout parser
|
- Implemented switch statement logic in Comanche layout parser
|
||||||
- Don't allow html in plugin comment blocks
|
- Don't allow html in plugin comment blocks
|
||||||
|
2
boot.php
2
boot.php
@ -50,7 +50,7 @@ require_once('include/attach.php');
|
|||||||
|
|
||||||
|
|
||||||
define ( 'PLATFORM_NAME', 'hubzilla' );
|
define ( 'PLATFORM_NAME', 'hubzilla' );
|
||||||
define ( 'STD_VERSION', '2.4RC1.1' );
|
define ( 'STD_VERSION', '2.4' );
|
||||||
define ( 'ZOT_REVISION', '1.2' );
|
define ( 'ZOT_REVISION', '1.2' );
|
||||||
|
|
||||||
define ( 'DB_UPDATE_VERSION', 1191 );
|
define ( 'DB_UPDATE_VERSION', 1191 );
|
||||||
|
Reference in New Issue
Block a user