diff options
author | redmatrix <git@macgirvin.com> | 2016-01-15 11:59:19 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-15 11:59:19 -0800 |
commit | fe77ab4d71ed86d8c29a43ae2bc579a0db8b84b1 (patch) | |
tree | b004748d06383ad138c0bf2749efb1154fdfd24a /boot.php | |
parent | f888548e0e722933e5b03b49fd5e19dd6e55743e (diff) | |
download | volse-hubzilla-fe77ab4d71ed86d8c29a43ae2bc579a0db8b84b1.tar.gz volse-hubzilla-fe77ab4d71ed86d8c29a43ae2bc579a0db8b84b1.tar.bz2 volse-hubzilla-fe77ab4d71ed86d8c29a43ae2bc579a0db8b84b1.zip |
minor version roll
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.1' ); +define ( 'STD_VERSION', '1.1.2' ); define ( 'ZOT_REVISION', 1 ); define ( 'DB_UPDATE_VERSION', 1161 ); |