From: Vsevolod Stakhov Date: Fri, 19 Jun 2026 14:58:25 +0000 (+0100) Subject: [Minor] Update version to 4.1.2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;p=thirdparty%2Frspamd.git [Minor] Update version to 4.1.2 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b97b5c61a..ccf8942d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.15 FATAL_ERROR) # Define version variables set(RSPAMD_VERSION_MAJOR 4) set(RSPAMD_VERSION_MINOR 1) -set(RSPAMD_VERSION_PATCH 1) +set(RSPAMD_VERSION_PATCH 2) # Keep two digits all the time set(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)