From 74c6427e6ef276420a8cbbdddd5ecd6171fa61c0 Mon Sep 17 00:00:00 2001 From: Balachandar Namasivayam Date: Wed, 6 Jan 2021 23:29:57 -0800 Subject: [PATCH 1/2] update version to 6.3.11 --- CMakeLists.txt | 2 +- versions.target | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 844d302637..81af95a68f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ # limitations under the License. cmake_minimum_required(VERSION 3.13) project(foundationdb - VERSION 6.3.10 + VERSION 6.3.11 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) diff --git a/versions.target b/versions.target index 8b1467c77e..7264504e1e 100644 --- a/versions.target +++ b/versions.target @@ -1,7 +1,7 @@ - 6.3.10 + 6.3.11 6.3 From 73233d778d51aedfe32de9f065bb53f99479eb98 Mon Sep 17 00:00:00 2001 From: Balachandar Namasivayam Date: Wed, 6 Jan 2021 23:29:57 -0800 Subject: [PATCH 2/2] 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 63a724ab46..7489ae2272 100644 --- a/packaging/msi/FDBInstaller.wxs +++ b/packaging/msi/FDBInstaller.wxs @@ -32,7 +32,7 @@