From ddaa2fd3d10c3a946e44e1571d195d874f3ded4d Mon Sep 17 00:00:00 2001 From: FoundationDB CI Date: Fri, 5 Jan 2024 08:57:14 +0000 Subject: [PATCH] update version after 7.1.51 release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21d3b11d5b7..57bfe402545 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ else() endif() project(foundationdb - VERSION 7.1.51 + VERSION 7.1.52 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)