diff options
author | redmatrix <git@macgirvin.com> | 2016-05-01 21:00:02 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-01 21:00:02 -0700 |
commit | bd2f11ed8b0be4fb611c33e85b568048f79b7090 (patch) | |
tree | b0bb7e430d6c0a21b5601368b825f6cefc4f181c /boot.php | |
parent | 5e458491f1e0fce5ec9e4855dac13340af627ded (diff) | |
download | volse-hubzilla-bd2f11ed8b0be4fb611c33e85b568048f79b7090.tar.gz volse-hubzilla-bd2f11ed8b0be4fb611c33e85b568048f79b7090.tar.bz2 volse-hubzilla-bd2f11ed8b0be4fb611c33e85b568048f79b7090.zip |
db schema change to add tags to content sources
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '1.4.4' ); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1166 ); +define ( 'DB_UPDATE_VERSION', 1167 ); /** |