diff options
author | friendica <info@friendica.com> | 2012-01-02 13:59:50 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-02 13:59:50 -0800 |
commit | 3f2a492ce799e6328b9a52150319d303727df21b (patch) | |
tree | 4c0e3b289c2324a6c01c75d6f86c94e45764f63b /boot.php | |
parent | 4b095665791424bd2f5c4c494a2d14ec6c07aeba (diff) | |
download | volse-hubzilla-3f2a492ce799e6328b9a52150319d303727df21b.tar.gz volse-hubzilla-3f2a492ce799e6328b9a52150319d303727df21b.tar.bz2 volse-hubzilla-3f2a492ce799e6328b9a52150319d303727df21b.zip |
revup
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.1213' ); +define ( 'FRIENDICA_VERSION', '2.3.1214' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1114 ); |