diff options
author | friendica <info@friendica.com> | 2012-04-06 03:25:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-06 03:25:01 -0700 |
commit | 0731c177eb4a58c6dd7bb50ee3915563c33531bc (patch) | |
tree | 78fd50805c9c8cc702ec4d3fc40cc211248e01b3 /boot.php | |
parent | 91906b1b7484b0a5d802bd933e738876ff6ad553 (diff) | |
download | volse-hubzilla-0731c177eb4a58c6dd7bb50ee3915563c33531bc.tar.gz volse-hubzilla-0731c177eb4a58c6dd7bb50ee3915563c33531bc.tar.bz2 volse-hubzilla-0731c177eb4a58c6dd7bb50ee3915563c33531bc.zip |
fix bad sql update
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '2.3.1303' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1135 ); +define ( 'DB_UPDATE_VERSION', 1136 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |