From 11989c0650a674d920fed243b703d112da61d39b Mon Sep 17 00:00:00 2001 From: Evan Tschannen Date: Fri, 5 Jun 2020 11:10:09 -0700 Subject: [PATCH 1/2] update version to 6.3.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e48afd84e..5e11e2ceab 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.1 + VERSION 6.3.2 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) From 3508a0f06a9070a0ff0612a3556e3e8e2d0d3f2e Mon Sep 17 00:00:00 2001 From: Evan Tschannen Date: Fri, 5 Jun 2020 11:10:09 -0700 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 2d2109e696..92aa3fa86e 100644 --- a/packaging/msi/FDBInstaller.wxs +++ b/packaging/msi/FDBInstaller.wxs @@ -32,7 +32,7 @@