aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-11 01:24:59 -0500
committerSimon L'nu <simon.lnu@gmail.com>2012-03-11 01:24:59 -0500
commitdfdf0f13357d9e8a66d10da9e0f8506a010e2ab2 (patch)
tree0431b729c1a7b75c27dda6d887e66e9d6b4a1de1 /boot.php
parent665ad7e6600778c446aa9c5fc48ed32b309e64a7 (diff)
parent5915325367013f96ffdabb7ef5ca56aa652ccd8d (diff)
downloadvolse-hubzilla-dfdf0f13357d9e8a66d10da9e0f8506a010e2ab2.tar.gz
volse-hubzilla-dfdf0f13357d9e8a66d10da9e0f8506a010e2ab2.tar.bz2
volse-hubzilla-dfdf0f13357d9e8a66d10da9e0f8506a010e2ab2.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: bug #328 default the text template var on conversations bug #327 - composed private message is lost if no recip specified. revup fixed login-fields, fixed. notofication.png, changed locations German translation * master:
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 45f728999..1414adb06 100755
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
-define ( 'FRIENDICA_VERSION', '2.3.1276' );
+define ( 'FRIENDICA_VERSION', '2.3.1277' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1131 );