diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-16 01:06:44 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-16 01:06:44 -0700 |
commit | 991db806466d114b4ec179af9930e859bb21843b (patch) | |
tree | f3d8a5f09ba9c5b36c9bc8e0176b3d11cba732cf /boot.php | |
parent | b1876ac14fc4f9b7e39989ef7e69c8135a25c13f (diff) | |
parent | cb3fb0049f64a92668bc94746dc55cc905683699 (diff) | |
download | volse-hubzilla-991db806466d114b4ec179af9930e859bb21843b.tar.gz volse-hubzilla-991db806466d114b4ec179af9930e859bb21843b.tar.bz2 volse-hubzilla-991db806466d114b4ec179af9930e859bb21843b.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
@@ -49,7 +49,7 @@ require_once('include/hubloc.php'); require_once('include/attach.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.7.2' ); +define ( 'STD_VERSION', '2.7.3' ); define ( 'ZOT_REVISION', '1.3' ); define ( 'DB_UPDATE_VERSION', 1195 ); |