Merge pull request #2756 from etschannen/post-release-cleanup-6.2.17

Post release cleanup 6.2.17
This commit is contained in:
Evan Tschannen 2020-02-26 22:25:45 -08:00 committed by GitHub
commit a97d0df07e
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.17
VERSION 6.2.18
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='{A367558A-B357-463E-B43A-829823A3CE72}'
Id='{F1D7D860-8033-4592-8A68-18E4BD8DAB5C}'
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.17</Version>
<Version>6.2.18</Version>
<PackageName>6.2</PackageName>
</PropertyGroup>
</Project>