diff options
author | redmatrix <git@macgirvin.com> | 2016-07-15 15:31:50 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-15 15:31:50 -0700 |
commit | d6d94d94273a954735927179585ca4c0156d8a74 (patch) | |
tree | 4b2b0d284b66fc40fe65dd2f72ef89aa1b88a077 /boot.php | |
parent | acb78205c8d2f1ada41e61783a7b421200e2658b (diff) | |
parent | 9048f8cffea94b653e97bed421e2be10c9c6a7d3 (diff) | |
download | volse-hubzilla-d6d94d94273a954735927179585ca4c0156d8a74.tar.gz volse-hubzilla-d6d94d94273a954735927179585ca4c0156d8a74.tar.bz2 volse-hubzilla-d6d94d94273a954735927179585ca4c0156d8a74.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '1.9' ); +define ( 'STD_VERSION', '1.9.1' ); define ( 'ZOT_REVISION', '1.1' ); define ( 'DB_UPDATE_VERSION', 1180 ); |