diff options
author | friendica <info@friendica.com> | 2012-04-12 16:12:51 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-12 16:12:51 -0700 |
commit | 2b01d2b6e0dd52fc350fdabb895bf7959e2727e1 (patch) | |
tree | 12ca02c004636311b84212fc70b15e318502c763 /boot.php | |
parent | 73487989c0a27deae38881379b052c5002b225ae (diff) | |
download | volse-hubzilla-2b01d2b6e0dd52fc350fdabb895bf7959e2727e1.tar.gz volse-hubzilla-2b01d2b6e0dd52fc350fdabb895bf7959e2727e1.tar.bz2 volse-hubzilla-2b01d2b6e0dd52fc350fdabb895bf7959e2727e1.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.1309' ); +define ( 'FRIENDICA_VERSION', '2.3.1310' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1138 ); |