diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-29 16:20:47 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-29 16:20:47 -0700 |
commit | 4117ada2fd52e8189fae547887af7711e9f8af54 (patch) | |
tree | 70a0928f97876f23a8931d7b5c88d2e38113106e /boot.php | |
parent | 3727bea29acb79f66c15b155133ef3bb98d93d49 (diff) | |
parent | c410ffd10baccfc34b34c49b81849171ac2dcd01 (diff) | |
download | volse-hubzilla-4117ada2fd52e8189fae547887af7711e9f8af54.tar.gz volse-hubzilla-4117ada2fd52e8189fae547887af7711e9f8af54.tar.bz2 volse-hubzilla-4117ada2fd52e8189fae547887af7711e9f8af54.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.3' ); +define ( 'STD_VERSION', '1.13.4' ); define ( 'ZOT_REVISION', '1.1' ); define ( 'DB_UPDATE_VERSION', 1183 ); |