diff options
author | friendica <info@friendica.com> | 2011-12-22 15:41:33 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-22 15:41:33 -0800 |
commit | b602203e6c9ae4b380fa615450e1a573f47cb756 (patch) | |
tree | 2f2477672e479be872e9244f0dce24a81d55af34 /boot.php | |
parent | e764990ce49880ba6d5113410eab86ff44bb6647 (diff) | |
download | volse-hubzilla-b602203e6c9ae4b380fa615450e1a573f47cb756.tar.gz volse-hubzilla-b602203e6c9ae4b380fa615450e1a573f47cb756.tar.bz2 volse-hubzilla-b602203e6c9ae4b380fa615450e1a573f47cb756.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.1202' ); +define ( 'FRIENDICA_VERSION', '2.3.1203' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1112 ); |