diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-30 14:56:08 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-30 14:56:08 -0800 |
commit | ef4a0e5af5a249879e446636bd0ade54e2df0b9b (patch) | |
tree | de407ad63cb6275643e2bec8f4fdea0b26d9b51a /boot.php | |
parent | 3acc5b05086548a3f1bc2beb744d3fb03703b6a5 (diff) | |
parent | fc5b6887168a25992fb089ed7da7ac917e7aaf6b (diff) | |
download | volse-hubzilla-ef4a0e5af5a249879e446636bd0ade54e2df0b9b.tar.gz volse-hubzilla-ef4a0e5af5a249879e446636bd0ade54e2df0b9b.tar.bz2 volse-hubzilla-ef4a0e5af5a249879e446636bd0ade54e2df0b9b.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.2' ); +define ( 'STD_VERSION', '2.9.3' ); define ( 'ZOT_REVISION', '1.3' ); define ( 'DB_UPDATE_VERSION', 1198 ); |