Merge pull request #2572 from etschannen/post-release-cleanup-6.2.14

Post release cleanup 6.2.14
This commit is contained in:
Evan Tschannen 2020-01-20 18:50:55 -08:00 committed by GitHub
commit 535a6fa20d
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.12)
project(foundationdb
VERSION 6.2.14
VERSION 6.2.15
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='{09EA1ACC-ECC6-4B3D-B2D3-92342B28CA4E}'
Id='{FD48B02E-BC76-48C8-9709-FF3538200932}'
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.2.14</Version>
<Version>6.2.15</Version>
<PackageName>6.2</PackageName>
</PropertyGroup>
</Project>