aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-06-20 22:03:39 +0200
committerMario Vavti <mario@mariovavti.com>2016-06-20 22:03:39 +0200
commit953ac6f3c7a341da2ed78335568b01828e45df46 (patch)
tree86ebd4efd638bdd88ba6c00cef86aae5cbce645d /boot.php
parent985fb44424a8f321b77ed96466190e5fdeca34d6 (diff)
downloadvolse-hubzilla-953ac6f3c7a341da2ed78335568b01828e45df46.tar.gz
volse-hubzilla-953ac6f3c7a341da2ed78335568b01828e45df46.tar.bz2
volse-hubzilla-953ac6f3c7a341da2ed78335568b01828e45df46.zip
last merge from master did reset the std_version to 1.8 - set it back to 1.9 for dev
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 dbfc16dd8..d0d69b358 100755
--- a/boot.php
+++ b/boot.php
@@ -45,7 +45,7 @@ require_once('include/account.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '1.8' );
+define ( 'STD_VERSION', '1.9' );
define ( 'ZOT_REVISION', '1.1' );
define ( 'DB_UPDATE_VERSION', 1178 );