diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-13 19:26:07 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-13 19:26:07 -0700 |
commit | e8e61c83d572b41664a1066d60f2f78ef596183e (patch) | |
tree | d94df5802569f08b4b640a5763a2ea27b2d49743 /boot.php | |
parent | 20ae69ab7babe8d526de7d4c584aa5cd2f836e1f (diff) | |
parent | 29b0ed87d61ae7c5fae5a43ad667cefce3938e25 (diff) | |
download | volse-hubzilla-e8e61c83d572b41664a1066d60f2f78ef596183e.tar.gz volse-hubzilla-e8e61c83d572b41664a1066d60f2f78ef596183e.tar.bz2 volse-hubzilla-e8e61c83d572b41664a1066d60f2f78ef596183e.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
@@ -52,7 +52,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '2.7.2' ); define ( 'ZOT_REVISION', '1.3' ); -define ( 'DB_UPDATE_VERSION', 1194 ); +define ( 'DB_UPDATE_VERSION', 1195 ); define ( 'PROJECT_BASE', __DIR__ ); |