Update cmake target to 7.1

This commit is contained in:
Jingyu Zhou 2021-05-04 16:07:52 -07:00
parent 682558803a
commit 548d363dc3
2 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 7.0.0
VERSION 7.1.0
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>7.0.0</Version>
<PackageName>7.0</PackageName>
<Version>7.1.0</Version>
<PackageName>7.1</PackageName>
</PropertyGroup>
</Project>