From cc5fd0a136894702437fc5add133c784e8545b0b Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 Dec 2011 12:50:34 -0800 Subject: [PATCH] revup --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index bc6f77dc68..f4da4a670f 100644 --- 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.1195' ); +define ( 'FRIENDICA_VERSION', '2.3.1196' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1111 );