From 6fb84adc6779bed4421aee285a796b8f4d7857fd Mon Sep 17 00:00:00 2001 From: FoundationDB CI Date: Tue, 12 Apr 2022 19:55:58 +0000 Subject: [PATCH] update version after 7.1.0 release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2eb243c346..39cee60b9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ else() endif() project(foundationdb - VERSION 7.1.0 + VERSION 7.2.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)