aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-11-14 16:42:03 -0800
committerzotlabs <mike@macgirvin.com>2018-11-14 16:42:03 -0800
commitb64dd7ab57db272fb8ad100d9cba7d1badaa95ff (patch)
treedc79bf03977cd1e4a8d69661fe0955bbdde85a36 /boot.php
parentbf013ecf00c710d6056890a6994eedd096121841 (diff)
parent62b367fa8177ed16958864a4799a0a2a9aa0119b (diff)
downloadvolse-hubzilla-b64dd7ab57db272fb8ad100d9cba7d1badaa95ff.tar.gz
volse-hubzilla-b64dd7ab57db272fb8ad100d9cba7d1badaa95ff.tar.bz2
volse-hubzilla-b64dd7ab57db272fb8ad100d9cba7d1badaa95ff.zip
Merge branch 'master' into zvi
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 612654820..53aad48c9 100755
--- a/boot.php
+++ b/boot.php
@@ -50,10 +50,9 @@ require_once('include/attach.php');
require_once('include/bbcode.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '3.9.4' );
+define ( 'STD_VERSION', '3.9.5' );
define ( 'ZOT_REVISION', '6.0a' );
-
define ( 'DB_UPDATE_VERSION', 1225 );
define ( 'PROJECT_BASE', __DIR__ );