diff options
author | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-03-07 12:06:20 +0100 |
---|---|---|
committer | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-03-07 12:06:20 +0100 |
commit | 4690d00141352db8ca96359cbbf65ce6eb4345c4 (patch) | |
tree | 40347f010a4b15a0eb73f09de3c928258bc9d856 /boot.php | |
parent | b2df1205ef805ab471a73f906d2eda5603a1aa66 (diff) | |
parent | dd2ff7c796302648992835940600c18fd200c388 (diff) | |
download | volse-hubzilla-4690d00141352db8ca96359cbbf65ce6eb4345c4.tar.gz volse-hubzilla-4690d00141352db8ca96359cbbf65ce6eb4345c4.tar.bz2 volse-hubzilla-4690d00141352db8ca96359cbbf65ce6eb4345c4.zip |
Merge branch 'master' of git://github.com/friendica/friendica
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 ); |