diff options
author | redmatrix <git@macgirvin.com> | 2016-02-05 00:06:35 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-05 00:06:35 -0800 |
commit | b4e3cd000f9919ce459d32e21e5ca121338a6c24 (patch) | |
tree | 81dbf0a6379d4dad677138c230c5f1e2a3819933 /boot.php | |
parent | 9c3568800cfec34bd24844d0b120a4b195c17e93 (diff) | |
download | volse-hubzilla-b4e3cd000f9919ce459d32e21e5ca121338a6c24.tar.gz volse-hubzilla-b4e3cd000f9919ce459d32e21e5ca121338a6c24.tar.bz2 volse-hubzilla-b4e3cd000f9919ce459d32e21e5ca121338a6c24.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.2' ); +define ( 'STD_VERSION', '1.2.1' ); define ( 'ZOT_REVISION', 1 ); define ( 'DB_UPDATE_VERSION', 1161 ); |