aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-03-02 20:08:01 -0800
committerzotlabs <mike@macgirvin.com>2018-03-02 20:08:01 -0800
commit26e0fd624ab282149ad8c4274f0e0ddd32b929d1 (patch)
treee1c1e179a5bbd6584b3d0233b77483899e262c76 /boot.php
parent4c69c5679736bb77d141a528c1e63a80d11c8026 (diff)
parent2f0ebdeadeba17f15ae66170a6c867cfd489da36 (diff)
downloadvolse-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-xboot.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index dd3890d95..5d6bb2ebe 100755
--- a/boot.php
+++ b/boot.php
@@ -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__ );