diff options
author | friendica <info@friendica.com> | 2012-06-22 00:25:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-22 00:25:01 -0700 |
commit | eeceecc9baf6b8e8f238158439b34e2b465fee1a (patch) | |
tree | 72e8b66091448940b8ace6c227a6ca30877aaf55 /boot.php | |
parent | 53c9ea760659b39deeab9cff5d4f26d5abd63d31 (diff) | |
download | volse-hubzilla-eeceecc9baf6b8e8f238158439b34e2b465fee1a.tar.gz volse-hubzilla-eeceecc9baf6b8e8f238158439b34e2b465fee1a.tar.bz2 volse-hubzilla-eeceecc9baf6b8e8f238158439b34e2b465fee1a.zip |
unterminated sql string
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.0.1380' ); +define ( 'FRIENDICA_VERSION', '3.0.1381' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1149 ); |