diff options
author | friendica <info@friendica.com> | 2012-03-06 13:57:38 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-06 13:57:38 -0800 |
commit | 731b19c025a9505286d94bb8251e843dadb80de1 (patch) | |
tree | 1b428d7dac576d8471cdac5d9057c428e7c4d040 /boot.php | |
parent | eec4cff84be630bf3a4165321a423c29ed7926e9 (diff) | |
download | volse-hubzilla-731b19c025a9505286d94bb8251e843dadb80de1.tar.gz volse-hubzilla-731b19c025a9505286d94bb8251e843dadb80de1.tar.bz2 volse-hubzilla-731b19c025a9505286d94bb8251e843dadb80de1.zip |
revup
Diffstat (limited to 'boot.php')
-rwxr-xr-x | 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.1272' ); +define ( 'FRIENDICA_VERSION', '2.3.1273' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1131 ); |