diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-18 14:17:33 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-18 14:17:33 -0800 |
commit | 89aa882c95b4d01bd7bf6ff461c1dcefdedea7bd (patch) | |
tree | 672bdd787b969c495d2a279da14c0781adb89a29 /boot.php | |
parent | 62e3083f23283d59c8e76c1bd8ccb2a07403551c (diff) | |
parent | a0e1a8e0a20df640ef951dee4fb3c6ed19faee03 (diff) | |
download | volse-hubzilla-89aa882c95b4d01bd7bf6ff461c1dcefdedea7bd.tar.gz volse-hubzilla-89aa882c95b4d01bd7bf6ff461c1dcefdedea7bd.tar.bz2 volse-hubzilla-89aa882c95b4d01bd7bf6ff461c1dcefdedea7bd.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
@@ -51,7 +51,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.1.1' ); +define ( 'STD_VERSION', '3.1.2' ); define ( 'ZOT_REVISION', '1.3' ); define ( 'DB_UPDATE_VERSION', 1198 ); |