diff options
author | redmatrix <git@macgirvin.com> | 2016-02-17 17:29:06 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-17 17:29:06 -0800 |
commit | 879bc7192713b1411865058fad69b9ff5fdf860a (patch) | |
tree | a9cf906f4534d1d14ddc63d357ecf17ad89588e5 | |
parent | 4da7fcb41dd97669305551914964df57ffc22ee7 (diff) | |
download | volse-hubzilla-879bc7192713b1411865058fad69b9ff5fdf860a.tar.gz volse-hubzilla-879bc7192713b1411865058fad69b9ff5fdf860a.tar.bz2 volse-hubzilla-879bc7192713b1411865058fad69b9ff5fdf860a.zip |
this qualifies as an interface change
-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.2' ); +define ( 'STD_VERSION', '1.2.3' ); define ( 'ZOT_REVISION', 1 ); define ( 'DB_UPDATE_VERSION', 1162 ); |