1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-18 20:12:13 +08:00

Update cmake version

This commit is contained in:
Andrew Noyes 2019-08-19 08:52:14 -07:00 committed by Alex Miller
parent b7a4540a35
commit cd7acb50fb

@ -18,7 +18,7 @@
# limitations under the License. # limitations under the License.
cmake_minimum_required(VERSION 3.12) cmake_minimum_required(VERSION 3.12)
project(foundationdb project(foundationdb
VERSION 6.1.0 VERSION 6.2.2
DESCRIPTION "FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions." DESCRIPTION "FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions."
HOMEPAGE_URL "http://www.foundationdb.org/" HOMEPAGE_URL "http://www.foundationdb.org/"
LANGUAGES C CXX ASM) LANGUAGES C CXX ASM)