From fdc00de61659f659e80ca135669b717bc32a1aed Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 28 Jun 2024 09:45:25 +0200 Subject: [PATCH] Post-release version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f2a788651..ef050cd671 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.15) cmake_policy(VERSION 3.15) project(evolution - VERSION 3.52.3 + VERSION 3.52.4 LANGUAGES C) set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution/issues/") set(PROJECT_URL "https://gitlab.gnome.org/GNOME/evolution/-/wikis/home")