diff options
author | Mario <mario@mariovavti.com> | 2018-11-05 10:40:29 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-11-05 10:40:29 +0100 |
commit | d6523c67a64e590de4d5cddc6efeb5b2f8276eec (patch) | |
tree | 831a81b4ad43c07d712f7108a9810d5bbcbeefa9 /boot.php | |
parent | 4320f047dbdabc11d606374c8120affc7f662de4 (diff) | |
parent | 346a4f593332009014fc8b3595bd56c6ca9ff9b5 (diff) | |
download | volse-hubzilla-d6523c67a64e590de4d5cddc6efeb5b2f8276eec.tar.gz volse-hubzilla-d6523c67a64e590de4d5cddc6efeb5b2f8276eec.tar.bz2 volse-hubzilla-d6523c67a64e590de4d5cddc6efeb5b2f8276eec.zip |
Merge branch 'patch-20181028a' into 'dev'
Add timestamp to pconfig
See merge request hubzilla/core!1355
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.9.4' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1224 ); +define ( 'DB_UPDATE_VERSION', 1225 ); define ( 'PROJECT_BASE', __DIR__ ); |