From ccd625de0cbccbbcf4d03f36355a8ffa570be3ea Mon Sep 17 00:00:00 2001 From: FoundationDB CI Date: Tue, 15 Apr 2025 00:59:01 +0000 Subject: [PATCH] update version after 7.4.1 release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f475c36978..29ddcd76dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ if(POLICY CMP0135) endif() project(foundationdb - VERSION 7.4.1 + VERSION 7.4.2 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 Swift)