aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-25 13:42:06 -0800
committerfriendica <info@friendica.com>2012-01-25 13:42:06 -0800
commitd2a9341128efb4e2952acc3d59e7716471ffdee0 (patch)
treec075536a52f6ccad6ca52d614da17f5a50974bbf /boot.php
parenta24a383dab03b313598c56cec5c83cbb9ca62595 (diff)
downloadvolse-hubzilla-d2a9341128efb4e2952acc3d59e7716471ffdee0.tar.gz
volse-hubzilla-d2a9341128efb4e2952acc3d59e7716471ffdee0.tar.bz2
volse-hubzilla-d2a9341128efb4e2952acc3d59e7716471ffdee0.zip
new event current date off by one, submit button misplaced
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 554cdf27c..e1850fe29 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.1234' );
+define ( 'FRIENDICA_VERSION', '2.3.1235' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1116 );