diff options
author | friendica <info@friendica.com> | 2012-04-29 17:34:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-29 17:34:54 -0700 |
commit | e3fecb2557ad0ac2f156f9583683f7c9d998e212 (patch) | |
tree | fc357b10f27909b3a4170daaee147a2437b49505 /boot.php | |
parent | def6f0b408680c4e5f209890bbf1ad6bf40b5add (diff) | |
download | volse-hubzilla-e3fecb2557ad0ac2f156f9583683f7c9d998e212.tar.gz volse-hubzilla-e3fecb2557ad0ac2f156f9583683f7c9d998e212.tar.bz2 volse-hubzilla-e3fecb2557ad0ac2f156f9583683f7c9d998e212.zip |
improved db error logging
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1326' ); +define ( 'FRIENDICA_VERSION', '2.3.1327' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1140 ); |