From 6c066f6107c6a2978de34a4f1b383191a92ecdba Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 5 Oct 2018 11:33:52 +0200 Subject: bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index ef70dcba3..4da588fc5 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.8RC' ); +define ( 'STD_VERSION', '3.9' ); define ( 'ZOT_REVISION', '6.0a' ); -- cgit v1.2.3 From 96277372d55a58349e318e694f4dab3a00fb2f13 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 6 Oct 2018 16:40:30 +0200 Subject: rename grid to network (for consistency) and activity to stream (as seen in osada) because it makes much more sense. --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 4da588fc5..ea714bab9 100755 --- a/boot.php +++ b/boot.php @@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.9' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1221 ); +define ( 'DB_UPDATE_VERSION', 1222 ); define ( 'PROJECT_BASE', __DIR__ ); -- cgit v1.2.3 From 6ffdf3880f89b83c701f866a6188ef6f079078c5 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 6 Oct 2018 20:48:29 +0200 Subject: another db update to get rid of the old view bookmarks entries --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index ea714bab9..3613813d7 100755 --- a/boot.php +++ b/boot.php @@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.9' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1222 ); +define ( 'DB_UPDATE_VERSION', 1223 ); define ( 'PROJECT_BASE', __DIR__ ); -- cgit v1.2.3 From dd3ec468f65f05c0fbf233a161cffae2698bd3db Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 6 Oct 2018 23:05:45 +0200 Subject: fix issue #1281 - hubloc default values --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 3613813d7..812c91836 100755 --- a/boot.php +++ b/boot.php @@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.9' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1223 ); +define ( 'DB_UPDATE_VERSION', 1224 ); define ( 'PROJECT_BASE', __DIR__ ); -- cgit v1.2.3 From 9632cafa95e76a53460e761385a3376f14881eae Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 13 Oct 2018 14:05:44 +0200 Subject: bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 812c91836..b1417c6bd 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.9' ); +define ( 'STD_VERSION', '3.9.1' ); define ( 'ZOT_REVISION', '6.0a' ); -- cgit v1.2.3