diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-13 06:50:14 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-13 06:50:14 +0100 |
commit | 5bae7159cc7b182e40229bb6d547ccf303eb4282 (patch) | |
tree | 0c49a617c83d11e645b6df2bea5bfcc1ccf7d093 /boot.php | |
parent | 30f5c3a9eb5dfa795771be86b3b0fe265037f3e9 (diff) | |
parent | bf7425c591de360a97c37544f777d7d69791420c (diff) | |
download | volse-hubzilla-5bae7159cc7b182e40229bb6d547ccf303eb4282.tar.gz volse-hubzilla-5bae7159cc7b182e40229bb6d547ccf303eb4282.tar.bz2 volse-hubzilla-5bae7159cc7b182e40229bb6d547ccf303eb4282.zip |
Merge branch 'master' of https://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.1278' ); +define ( 'FRIENDICA_VERSION', '2.3.1279' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1131 ); |