diff options
author | redmatrix <git@macgirvin.com> | 2016-01-31 19:16:32 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-31 19:16:32 -0800 |
commit | b0e098bb686800734a07984d9a470d893de231cd (patch) | |
tree | fe5f30ba941541c600c5a9b3382658022b30dcc9 /boot.php | |
parent | f26c698f4ae4b1fbc42d7f0ef149c64953439521 (diff) | |
download | volse-hubzilla-b0e098bb686800734a07984d9a470d893de231cd.tar.gz volse-hubzilla-b0e098bb686800734a07984d9a470d893de231cd.tar.bz2 volse-hubzilla-b0e098bb686800734a07984d9a470d893de231cd.zip |
rev update
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.4' ); +define ( 'STD_VERSION', '1.2' ); define ( 'ZOT_REVISION', 1 ); define ( 'DB_UPDATE_VERSION', 1161 ); |