diff options
author | M.Dent <dentm42@dm42.net> | 2018-10-28 17:20:29 -0400 |
---|---|---|
committer | M.Dent <dentm42@dm42.net> | 2018-10-28 17:20:29 -0400 |
commit | c7c35b8b5a64e44f01e7557a43d13e518dc62aa8 (patch) | |
tree | 45e13747d0f7b1eb8277f476c28528daf3548fd1 /boot.php | |
parent | 3d9b1fd343b57573a29bf7e65d0055eb1d92398d (diff) | |
download | volse-hubzilla-c7c35b8b5a64e44f01e7557a43d13e518dc62aa8.tar.gz volse-hubzilla-c7c35b8b5a64e44f01e7557a43d13e518dc62aa8.tar.bz2 volse-hubzilla-c7c35b8b5a64e44f01e7557a43d13e518dc62aa8.zip |
DB Updates to prep for pconfig timestamps.
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.3' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1224 ); +define ( 'DB_UPDATE_VERSION', 1225 ); define ( 'PROJECT_BASE', __DIR__ ); |