aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-11-14 16:56:07 -0800
committerzotlabs <mike@macgirvin.com>2018-11-14 16:56:07 -0800
commit48717dff00a906b8ba8d70b667298fde94492b4f (patch)
tree763cb0a71a1cc6c3b57c5b27b6fceec54e1631af /boot.php
parentb64dd7ab57db272fb8ad100d9cba7d1badaa95ff (diff)
downloadvolse-hubzilla-48717dff00a906b8ba8d70b667298fde94492b4f.tar.gz
volse-hubzilla-48717dff00a906b8ba8d70b667298fde94492b4f.tar.bz2
volse-hubzilla-48717dff00a906b8ba8d70b667298fde94492b4f.zip
change db update counter
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 53aad48c9..c74309be0 100755
--- a/boot.php
+++ b/boot.php
@@ -53,7 +53,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '3.9.5' );
define ( 'ZOT_REVISION', '6.0a' );
-define ( 'DB_UPDATE_VERSION', 1225 );
+define ( 'DB_UPDATE_VERSION', 1228 );
define ( 'PROJECT_BASE', __DIR__ );