aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-17 16:24:08 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-17 16:24:08 +0100
commit87120745feb0a1f90196b1fb21b4f9f2eff8b328 (patch)
tree3bde4439eaab5296e2c208db5fb3dddefa68bead /CMakeLists.txt
parent940ac5134d8d0a296b30ef880223a29da91299eb (diff)
downloadrspamd-87120745feb0a1f90196b1fb21b4f9f2eff8b328.tar.gz
rspamd-87120745feb0a1f90196b1fb21b4f9f2eff8b328.zip
Release 0.9.1.0.9.1
* Restore utf8 validation for regular expressions to avoid crashes * Fix symbols displaying in the interface * Add symbol groups to the interface * Fix maps ID parsing in the controller * Add multimap and regexp modules documentation * Backport fixes from libucl * Fix debian package (by @dottedmag) * Rework XXH32 invocations Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e17ed3a2e..42b77e844 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ ENABLE_LANGUAGE(ASM)
SET(RSPAMD_VERSION_MAJOR 0)
SET(RSPAMD_VERSION_MINOR 9)
-SET(RSPAMD_VERSION_PATCH 0)
+SET(RSPAMD_VERSION_PATCH 1)
SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")