aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-01-19 15:21:03 -0800
committerredmatrix <git@macgirvin.com>2016-01-19 15:21:03 -0800
commitc15e3de63759602bac87a57142a73db1166bc5ec (patch)
tree77e30b49749ffb565c2ab9a1af4bd390fc8bdacd /boot.php
parent24bffd4418ff4996d8a7a57d87b1a18f93da9fad (diff)
downloadvolse-hubzilla-c15e3de63759602bac87a57142a73db1166bc5ec.tar.gz
volse-hubzilla-c15e3de63759602bac87a57142a73db1166bc5ec.tar.bz2
volse-hubzilla-c15e3de63759602bac87a57142a73db1166bc5ec.zip
hook changed, up the std_version
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 143d7de46..4db0e56a5 100755
--- a/boot.php
+++ b/boot.php
@@ -48,7 +48,7 @@ require_once('include/AccessList.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')));
-define ( 'STD_VERSION', '1.1.2' );
+define ( 'STD_VERSION', '1.1.3' );
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1161 );