summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2024-02-20 17:22:25 +0000
committerVsevolod Stakhov <vsevolod@rspamd.com>2024-02-20 17:22:25 +0000
commitdba9407cbc06ff4d8f9b1d4cfcdee5febc58df76 (patch)
tree7dc40330524462d66e1389cd77695a56f033bd94
parent8c8f53d783edb077d067a26c122fc5f42acbb954 (diff)
downloadrspamd-dba9407cbc06ff4d8f9b1d4cfcdee5febc58df76.tar.gz
rspamd-dba9407cbc06ff4d8f9b1d4cfcdee5febc58df76.zip
[Minor] Revert version bump3.8.2
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b46933f08..0671072a3 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)