From: Vsevolod Stakhov Date: Fri, 19 Jan 2024 12:46:21 +0000 (+0000) Subject: [Minor] Update version to 3.8.1 X-Git-Tag: 3.8.1~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4406dfbdd6fe16e464ac6198a7ef7a3e14fd23da;p=thirdparty%2Frspamd.git [Minor] Update version to 3.8.1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5aab5969ef..af9f9ece46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR) SET(RSPAMD_VERSION_MAJOR 3) SET(RSPAMD_VERSION_MINOR 8) -SET(RSPAMD_VERSION_PATCH 0) +SET(RSPAMD_VERSION_PATCH 1) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)