From 771d87781e3516b64c17bff87391daefd9019d66 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sat, 1 Oct 2016 15:47:03 -0700 Subject: [PATCH] roll version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 17064b86b..1acc8b562 100755 --- a/boot.php +++ b/boot.php @@ -44,7 +44,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '1.13.4' ); +define ( 'STD_VERSION', '1.14RC' ); define ( 'ZOT_REVISION', '1.1' ); define ( 'DB_UPDATE_VERSION', 1183 );