diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-28 14:18:17 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-28 14:18:17 -0800 |
commit | 3acc5b05086548a3f1bc2beb744d3fb03703b6a5 (patch) | |
tree | 75c13e3872e885b47454c820806992eb0c4b9d07 /boot.php | |
parent | 981631752a7571b22d9d8b3a8d7a6632f0a562a3 (diff) | |
parent | 455720ae938126d9a0d3c728beb0a7ba3268a4d0 (diff) | |
download | volse-hubzilla-3acc5b05086548a3f1bc2beb744d3fb03703b6a5.tar.gz volse-hubzilla-3acc5b05086548a3f1bc2beb744d3fb03703b6a5.tar.bz2 volse-hubzilla-3acc5b05086548a3f1bc2beb744d3fb03703b6a5.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.1' ); +define ( 'STD_VERSION', '2.9.2' ); define ( 'ZOT_REVISION', '1.3' ); define ( 'DB_UPDATE_VERSION', 1198 ); |