From 81949173c68eea2670ae4ff409e457f27374c3b2 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 7 Sep 2014 20:41:33 +0200 Subject: [PATCH] RC for 3.3 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 3eb57ea1a7..31858010d8 100644 --- a/boot.php +++ b/boot.php @@ -15,7 +15,7 @@ require_once('update.php'); require_once('include/dbstructure.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.2.1754' ); +define ( 'FRIENDICA_VERSION', '3.3rc' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1173 ); define ( 'EOL', "
\r\n" );