From 89561bec4f55e037cf9ea42cede7d51b9da53c8b Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 11 May 2016 20:18:11 -0700 Subject: [PATCH] move dev pointer past current release --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 36fd1f68a..9dbd4ead4 100755 --- a/boot.php +++ b/boot.php @@ -46,7 +46,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '1.4.4' ); +define ( 'STD_VERSION', '1.7' ); define ( 'ZOT_REVISION', 1 ); define ( 'DB_UPDATE_VERSION', 1168 );