From: Vsevolod Stakhov Date: Tue, 20 Feb 2024 17:22:25 +0000 (+0000) Subject: [Minor] Revert version bump X-Git-Tag: 3.8.2^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4824%2Fhead;p=thirdparty%2Frspamd.git [Minor] Revert version bump --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b46933f085..0671072a32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,8 +8,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR) SET(RSPAMD_VERSION_MAJOR 3) -SET(RSPAMD_VERSION_MINOR 9) -SET(RSPAMD_VERSION_PATCH 0) +SET(RSPAMD_VERSION_MINOR 8) +SET(RSPAMD_VERSION_PATCH 2) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)