Merge pull request #4196 from bnamasivayam/post-release-cleanup-6.3.10

Post release cleanup 6.3.10
This commit is contained in:
Jingyu Zhou 2021-01-07 08:56:17 -08:00 committed by GitHub
commit 3b0dbe2803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -32,7 +32,7 @@
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<Product Name='$(var.Title)'
Id='{4F01CFD6-596A-4224-BF7D-4AEF30BA2083}'
Id='{144B7C35-2E42-4DF4-8829-C8218E3D98F0}'
UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}'
Version='$(var.Version)'
Manufacturer='$(var.Manufacturer)'

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>6.3.10</Version>
<Version>6.3.11</Version>
<PackageName>6.3</PackageName>
</PropertyGroup>
</Project>