Merge pull request #3814 from etschannen/post-release-cleanup-6.3.7

Post release cleanup 6.3.7
This commit is contained in:
Evan Tschannen 2020-09-24 23:04:11 -07:00 committed by GitHub
commit d3c9f3a344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
# limitations under the License.
cmake_minimum_required(VERSION 3.13)
project(foundationdb
VERSION 6.3.7
VERSION 6.3.8
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)

View File

@ -32,7 +32,7 @@
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<Product Name='$(var.Title)'
Id='{1377F0A0-D1AC-4B72-ADA7-7180D002A307}'
Id='{5B81FA80-F949-43E6-8C09-292B52E4CAFC}'
UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}'
Version='$(var.Version)'
Manufacturer='$(var.Manufacturer)'