diff options
author | zottel <github@zottel.net> | 2012-05-31 08:43:14 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-31 08:43:14 +0200 |
commit | 20fdbda25e7fa1c1f6e234867df495be1085f3f8 (patch) | |
tree | 6eb8a4448647f17357d5c5219ddc577f4948230d /boot.php | |
parent | 24b58af68938558baa2ddc6809401ec528ff1176 (diff) | |
parent | f0cf0ebb485432b444b1d85843385ebfda0260fd (diff) | |
download | volse-hubzilla-20fdbda25e7fa1c1f6e234867df495be1085f3f8.tar.gz volse-hubzilla-20fdbda25e7fa1c1f6e234867df495be1085f3f8.tar.bz2 volse-hubzilla-20fdbda25e7fa1c1f6e234867df495be1085f3f8.zip |
Merge remote branch 'upstream/master'
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', '3.0.1358' ); +define ( 'FRIENDICA_VERSION', '3.0.1359' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1145 ); |