From 7b8f1df3b6538f3595865e1290885ea33be72933 Mon Sep 17 00:00:00 2001 From: Evan Tschannen Date: Wed, 6 Nov 2019 13:09:57 -0800 Subject: [PATCH 1/3] update versions target to 6.2.9 --- versions.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.target b/versions.target index 99a6f62e05..b1813aefef 100644 --- a/versions.target +++ b/versions.target @@ -1,7 +1,7 @@ - 6.2.8 + 6.2.9 6.2 From e660149042d0196b600ce63b4dc91bf64d427885 Mon Sep 17 00:00:00 2001 From: Evan Tschannen Date: Wed, 6 Nov 2019 13:09:57 -0800 Subject: [PATCH 2/3] update installer WIX GUID following release --- packaging/msi/FDBInstaller.wxs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/msi/FDBInstaller.wxs b/packaging/msi/FDBInstaller.wxs index d58ccfa3e7..01bc76c575 100644 --- a/packaging/msi/FDBInstaller.wxs +++ b/packaging/msi/FDBInstaller.wxs @@ -32,7 +32,7 @@ Date: Wed, 6 Nov 2019 13:12:30 -0800 Subject: [PATCH 3/3] updated cmake for 6.2.9 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 311b32c3e4..b5281942e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ # limitations under the License. cmake_minimum_required(VERSION 3.12) project(foundationdb - VERSION 6.2.8 + VERSION 6.2.9 DESCRIPTION "FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions." HOMEPAGE_URL "http://www.foundationdb.org/" LANGUAGES C CXX ASM)