diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-05-14 00:26:34 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-05-14 00:26:34 -0400 |
commit | fcf6d10efd72f523879b8354e065ad4297e5434f (patch) | |
tree | 4473746d689f3039f45bd2c09ea97115bf78db53 /boot.php | |
parent | 39c042f4ea33abd77d6431c531b6eae72f2d7994 (diff) | |
parent | c12ec1116b54f0f39697099a583bb82150a8b703 (diff) | |
download | volse-hubzilla-fcf6d10efd72f523879b8354e065ad4297e5434f.tar.gz volse-hubzilla-fcf6d10efd72f523879b8354e065ad4297e5434f.tar.bz2 volse-hubzilla-fcf6d10efd72f523879b8354e065ad4297e5434f.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
rev update
* 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.1340' ); +define ( 'FRIENDICA_VERSION', '3.0.1341' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1143 ); |