Update version following release

This commit is contained in:
Andrew Noyes 2021-02-24 16:31:57 +00:00
parent 764f76eac3
commit 519457cb7c
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.32
VERSION 6.2.33
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='{E85C2EC9-9DEC-454D-B26B-DBFE8EE29F89}'
Id='{96B6A022-0F52-4E53-B552-21B417508DE0}'
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.32</Version>
<Version>6.2.33</Version>
<PackageName>6.2</PackageName>
</PropertyGroup>
</Project>