aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-03-12 15:59:11 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-03-12 15:59:11 +0000
commitf4268b3ec5e92fdaf9d0555890c4bc734f7e790e (patch)
tree437b65b3427ab4d9619944ec7d4ba05a2b600f02 /CMakeLists.txt
parent0e2437493e215bb5ef514f0d0a618fa1c071aac1 (diff)
downloadrspamd-f4268b3ec5e92fdaf9d0555890c4bc734f7e790e.tar.gz
rspamd-f4268b3ec5e92fdaf9d0555890c4bc734f7e790e.zip
[Minor] Update version to 1.9.1
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 92caae757..c01bba2d5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)
SET(RSPAMD_VERSION_MAJOR 1)
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)