diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-09 21:31:14 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-09 21:31:14 -0700 |
commit | 045cd48687d6a256b5342400e06aa75e61c2bf05 (patch) | |
tree | e96fe25bad30be9e1f088b909f204033935feee3 /boot.php | |
parent | 7121d8e42715b0f14a05d497fbe4fdeff6e76fd8 (diff) | |
parent | 57dc362d5dcc1b842d6f8a97940a217efc5875ac (diff) | |
download | volse-hubzilla-045cd48687d6a256b5342400e06aa75e61c2bf05.tar.gz volse-hubzilla-045cd48687d6a256b5342400e06aa75e61c2bf05.tar.bz2 volse-hubzilla-045cd48687d6a256b5342400e06aa75e61c2bf05.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.13.1' ); +define ( 'STD_VERSION', '1.13.2' ); define ( 'ZOT_REVISION', '1.1' ); define ( 'DB_UPDATE_VERSION', 1183 ); |