diff options
author | Andrew Manning <tamanning@zoho.com> | 2017-05-03 20:44:54 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2017-05-03 20:44:54 -0400 |
commit | 06d2d31777d0ab205c1f2a0258acfbc0462c9a60 (patch) | |
tree | 28b03be55fdab2e1094831af7cf6f320324dc925 /boot.php | |
parent | e99be61d4995bece3c7af703b22ebe1be149a7fd (diff) | |
parent | d6a3f7765adbbf5f58c08964932d25d3c0364439 (diff) | |
download | volse-hubzilla-06d2d31777d0ab205c1f2a0258acfbc0462c9a60.tar.gz volse-hubzilla-06d2d31777d0ab205c1f2a0258acfbc0462c9a60.tar.bz2 volse-hubzilla-06d2d31777d0ab205c1f2a0258acfbc0462c9a60.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
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'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.3.4' ); +define ( 'STD_VERSION', '2.3.5' ); define ( 'ZOT_REVISION', '1.2' ); define ( 'DB_UPDATE_VERSION', 1190 ); |