diff options
author | friendica <info@friendica.com> | 2014-08-06 17:00:25 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-06 17:00:25 -0700 |
commit | 70449755202327bd6ac06cbbae04ba6098f43a1e (patch) | |
tree | 5d37b7a6395b882ea9a5440dd86707d37ababc5e /boot.php | |
parent | 0903d57311dd02f1029cc879da71b3c4bb0e58cb (diff) | |
download | volse-hubzilla-70449755202327bd6ac06cbbae04ba6098f43a1e.tar.gz volse-hubzilla-70449755202327bd6ac06cbbae04ba6098f43a1e.tar.bz2 volse-hubzilla-70449755202327bd6ac06cbbae04ba6098f43a1e.zip |
item table upgrade for storing post visibility
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1120 ); +define ( 'DB_UPDATE_VERSION', 1121 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |