diff options
author | Mario <mario@mariovavti.com> | 2021-08-25 15:54:26 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-25 15:54:26 +0000 |
commit | 6261d0826c49ca24df9f694931592fbb9bf60f7e (patch) | |
tree | c27379764f0fa792c69c97b3e2626cd5d0ac46ee /boot.php | |
parent | 2e7a915ee8d99970a32e02bf3ac5bb5834f7fa1a (diff) | |
download | volse-hubzilla-6261d0826c49ca24df9f694931592fbb9bf60f7e.tar.gz volse-hubzilla-6261d0826c49ca24df9f694931592fbb9bf60f7e.tar.bz2 volse-hubzilla-6261d0826c49ca24df9f694931592fbb9bf60f7e.zip |
db update 1248 to clean up possible bogus entries in xconfig and remove gnusoc from app
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,10 +53,10 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.1.3' ); +define ( 'STD_VERSION', '6.1.4' ); define ( 'ZOT_REVISION', '6.0' ); -define ( 'DB_UPDATE_VERSION', 1247 ); +define ( 'DB_UPDATE_VERSION', 1248 ); define ( 'PROJECT_BASE', __DIR__ ); |