diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-10-19 12:08:48 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-10-19 12:08:48 +0200 |
commit | 00dc7c916d062eb4db07fa2dd1351032236d1fe9 (patch) | |
tree | ecbd0189e976f08167489cc5a9e1ba06fa4ea653 | |
parent | 5fd6e36be79a9a2e972628d5739f02c0883effe0 (diff) | |
parent | e61b44ddbb87f8296dc17d516d2c9bef439959f3 (diff) | |
download | volse-hubzilla-00dc7c916d062eb4db07fa2dd1351032236d1fe9.tar.gz volse-hubzilla-00dc7c916d062eb4db07fa2dd1351032236d1fe9.tar.bz2 volse-hubzilla-00dc7c916d062eb4db07fa2dd1351032236d1fe9.zip |
Merge branch '2.8RC' of https://github.com/redmatrix/hubzilla into 2.8RC
-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.6' ); +define ( 'STD_VERSION', '2.8RC' ); define ( 'ZOT_REVISION', '1.3' ); define ( 'DB_UPDATE_VERSION', 1196 ); |