diff options
author | zotlabs <mike@macgirvin.com> | 2017-12-02 17:31:59 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-12-02 17:31:59 -0800 |
commit | 95311ad07e08c01ff8b9d865cbbc2a0b2bae5239 (patch) | |
tree | 7b366cfd5950c0fa810b6654df61fc69beaad296 /boot.php | |
parent | ef4a0e5af5a249879e446636bd0ade54e2df0b9b (diff) | |
parent | dd2c4c37ff03eef6470ef0364217b2c6208c38c0 (diff) | |
download | volse-hubzilla-95311ad07e08c01ff8b9d865cbbc2a0b2bae5239.tar.gz volse-hubzilla-95311ad07e08c01ff8b9d865cbbc2a0b2bae5239.tar.bz2 volse-hubzilla-95311ad07e08c01ff8b9d865cbbc2a0b2bae5239.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ require_once('include/hubloc.php'); require_once('include/attach.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.9.3' ); +define ( 'STD_VERSION', '2.9.4' ); define ( 'ZOT_REVISION', '1.3' ); define ( 'DB_UPDATE_VERSION', 1198 ); |