diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-19 17:40:52 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-19 17:40:52 -0700 |
commit | 4ae503bef7e54601bf665e96a2af269d95a54e82 (patch) | |
tree | 9a065108f3cf4dcdf085263995ad6c8b2ae3ab55 /boot.php | |
parent | 51e40add661219c26c73f4b8d6da1f691e0b9b6d (diff) | |
parent | a7d0c45606042dbf1c60019c508cfe6939b85f4b (diff) | |
download | volse-hubzilla-4ae503bef7e54601bf665e96a2af269d95a54e82.tar.gz volse-hubzilla-4ae503bef7e54601bf665e96a2af269d95a54e82.tar.bz2 volse-hubzilla-4ae503bef7e54601bf665e96a2af269d95a54e82.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.3' ); +define ( 'STD_VERSION', '2.7.4' ); define ( 'ZOT_REVISION', '1.3' ); define ( 'DB_UPDATE_VERSION', 1196 ); |