1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-28 10:52:03 +08:00

updated cmake version

This commit is contained in:
Evan Tschannen 2019-11-14 13:54:12 -08:00
parent 101bd5f5d8
commit afe40813b0

@ -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.2.10 VERSION 6.2.11
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)