diff options
author | friendica <info@friendica.com> | 2011-11-25 22:41:50 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-25 22:41:50 -0800 |
commit | 0f4a42f550b5bc863cec7c7a3fca26a028599dcc (patch) | |
tree | f86801eac577e77ee654d9b0365037a4b558f500 /boot.php | |
parent | 6b93324c11439e739bfe32e0be6ddd07f72ea294 (diff) | |
download | volse-hubzilla-0f4a42f550b5bc863cec7c7a3fca26a028599dcc.tar.gz volse-hubzilla-0f4a42f550b5bc863cec7c7a3fca26a028599dcc.tar.bz2 volse-hubzilla-0f4a42f550b5bc863cec7c7a3fca26a028599dcc.zip |
start on bug #227 - more to do
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.1175' ); +define ( 'FRIENDICA_VERSION', '2.3.1176' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1105 ); |