diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-07-12 12:24:28 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-07-12 12:24:28 +0100 |
commit | 27b858776562a743a6036d5f6e1ee022d2006f79 (patch) | |
tree | 309ac934818892d12f3cd7560149c57cd0c3d0a8 /CMakeLists.txt | |
parent | fb1b597d7246430ab2084ed598d1b78c847961fe (diff) | |
download | rspamd-27b858776562a743a6036d5f6e1ee022d2006f79.tar.gz rspamd-27b858776562a743a6036d5f6e1ee022d2006f79.zip |
[Minor] Update version to 3.9.1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 752f4b2e3..e76939da2 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 9) -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) |