diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-03 21:08:40 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-03 21:08:40 -0700 |
commit | 4915a4efbb5a25668a917a953b8d8c49a3181e1c (patch) | |
tree | c78dc0df6e224f5f4030267061704de5c140bfef /boot.php | |
parent | 245142cc07bd989adfb03bb7680e3db948e7564f (diff) | |
download | volse-hubzilla-4915a4efbb5a25668a917a953b8d8c49a3181e1c.tar.gz volse-hubzilla-4915a4efbb5a25668a917a953b8d8c49a3181e1c.tar.bz2 volse-hubzilla-4915a4efbb5a25668a917a953b8d8c49a3181e1c.zip |
OAuth2 integration
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.3.3' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1209 ); +define ( 'DB_UPDATE_VERSION', 1210 ); define ( 'PROJECT_BASE', __DIR__ ); |