From: Vsevolod Stakhov Date: Fri, 22 May 2026 18:00:49 +0000 (+0100) Subject: [Minor] Update version to 4.1.0 X-Git-Tag: 4.1.0~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3dc04110f34587ce6a79c6ae869e00293ea70409;p=thirdparty%2Frspamd.git [Minor] Update version to 4.1.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b497ded6db..fa36041e9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,8 @@ cmake_minimum_required(VERSION 3.15 FATAL_ERROR) # Define version variables set(RSPAMD_VERSION_MAJOR 4) -set(RSPAMD_VERSION_MINOR 0) -set(RSPAMD_VERSION_PATCH 2) +set(RSPAMD_VERSION_MINOR 1) +set(RSPAMD_VERSION_PATCH 0) # Keep two digits all the time set(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)