diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-10-16 11:32:58 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-10-16 11:32:58 +0100 |
commit | e229e8b66274e567d79b2de7672a672b1e5284b1 (patch) | |
tree | 4f9a3cea77e73d642bff2d7655c3ce5426bbbb02 | |
parent | 28302c84ef7c9ecdb4845b445d5ebba4c1ef204f (diff) | |
download | rspamd-e229e8b66274e567d79b2de7672a672b1e5284b1.tar.gz rspamd-e229e8b66274e567d79b2de7672a672b1e5284b1.zip |
[Minor] Version 3.10.1
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6daced05a..df1557917 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 11) -SET(RSPAMD_VERSION_PATCH 0) +SET(RSPAMD_VERSION_MINOR 10) +SET(RSPAMD_VERSION_PATCH 1) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |