diff options
author | friendica <info@friendica.com> | 2012-04-13 14:44:37 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-13 14:44:37 -0700 |
commit | dfe774179ad9a08a27bfc404e563422adbf0917f (patch) | |
tree | aea54b1fffd4d9992c5a65ccf4af9bc2052192f6 /boot.php | |
parent | 11ba88b6d21a40c302d21646dfa9366bb393931d (diff) | |
download | volse-hubzilla-dfe774179ad9a08a27bfc404e563422adbf0917f.tar.gz volse-hubzilla-dfe774179ad9a08a27bfc404e563422adbf0917f.tar.bz2 volse-hubzilla-dfe774179ad9a08a27bfc404e563422adbf0917f.zip |
rev update
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.1310' ); +define ( 'FRIENDICA_VERSION', '2.3.1311' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1138 ); |