diff options
author | friendica <info@friendica.com> | 2012-02-12 14:18:32 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-12 14:18:32 -0800 |
commit | 330a876d819c640d759776b12c79b46751c4754a (patch) | |
tree | 32392873489b456bb085fbaf4d17ec53f7232d2c /boot.php | |
parent | 34ac72cffdc9c5614ec36013319634b5173f4b47 (diff) | |
download | volse-hubzilla-330a876d819c640d759776b12c79b46751c4754a.tar.gz volse-hubzilla-330a876d819c640d759776b12c79b46751c4754a.tar.bz2 volse-hubzilla-330a876d819c640d759776b12c79b46751c4754a.zip |
bug #281
Diffstat (limited to 'boot.php')
-rwxr-xr-x | 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.1249' ); +define ( 'FRIENDICA_VERSION', '2.3.1250' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1121 ); |