From: Vsevolod Stakhov Date: Sat, 25 Jul 2026 19:27:11 +0000 (+0100) Subject: [Minor] Update version to 4.1.4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;ds=inline;p=thirdparty%2Frspamd.git [Minor] Update version to 4.1.4 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 092cc684a4..a87183ad01 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 3) +set(RSPAMD_VERSION_PATCH 4) # Keep two digits all the time set(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)