From 5b2cdb977c7ee148f6c8f572ee0b54058ea438cc Mon Sep 17 00:00:00 2001 From: Evan Tschannen <ejt@apple.com> Date: Wed, 13 Nov 2019 21:03:10 -0800 Subject: [PATCH] update cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5281942e3..4d9a3dc664 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ # limitations under the License. cmake_minimum_required(VERSION 3.12) project(foundationdb - VERSION 6.2.9 + VERSION 6.2.10 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)