diff options
author | friendica <info@friendica.com> | 2012-05-09 18:15:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-09 18:15:27 -0700 |
commit | 4a42414135538fedad53ba6a2bc46ae18d652609 (patch) | |
tree | e2a6f1dc347e5e238fcce2c87d17bdf1bafcebf3 /boot.php | |
parent | 8be8db39de9ffc0947e681d5e04b305d4fdf9e20 (diff) | |
download | volse-hubzilla-4a42414135538fedad53ba6a2bc46ae18d652609.tar.gz volse-hubzilla-4a42414135538fedad53ba6a2bc46ae18d652609.tar.bz2 volse-hubzilla-4a42414135538fedad53ba6a2bc46ae18d652609.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.1337' ); +define ( 'FRIENDICA_VERSION', '3.0.1337' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1143 ); |