diff options
author | zotlabs <mike@macgirvin.com> | 2018-03-02 20:08:01 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-03-02 20:08:01 -0800 |
commit | 26e0fd624ab282149ad8c4274f0e0ddd32b929d1 (patch) | |
tree | e1c1e179a5bbd6584b3d0233b77483899e262c76 /boot.php | |
parent | 4c69c5679736bb77d141a528c1e63a80d11c8026 (diff) | |
parent | 2f0ebdeadeba17f15ae66170a6c867cfd489da36 (diff) | |
download | volse-hubzilla-26e0fd624ab282149ad8c4274f0e0ddd32b929d1.tar.gz volse-hubzilla-26e0fd624ab282149ad8c4274f0e0ddd32b929d1.tar.bz2 volse-hubzilla-26e0fd624ab282149ad8c4274f0e0ddd32b929d1.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -50,10 +50,11 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.3.1' ); +define ( 'STD_VERSION', '3.3.2' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1206 ); + +define ( 'DB_UPDATE_VERSION', 1207 ); define ( 'PROJECT_BASE', __DIR__ ); |