update version to 6.2.16

This commit is contained in:
Evan Tschannen 2020-01-21 21:33:56 -08:00
parent 20566f2ff0
commit 7924df1d5d
2 changed files with 2 additions and 2 deletions

View File

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

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