aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-27 11:20:04 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-27 11:20:04 +0000
commit11803de9a6310b9f4b3eeb65d8eab93b42fd714e (patch)
tree8a0bfffa8423963272e5329bf9ed0f3a7f9a353e /CMakeLists.txt
parent9f25f5d50ea7c3366e6791f69cc8ea6bfc0dddbd (diff)
downloadrspamd-11803de9a6310b9f4b3eeb65d8eab93b42fd714e.tar.gz
rspamd-11803de9a6310b9f4b3eeb65d8eab93b42fd714e.zip
Update version.
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 ca1e6bbc7..1f42add8e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)
SET(RSPAMD_VERSION_MAJOR 1)
SET(RSPAMD_VERSION_MINOR 0)
-SET(RSPAMD_VERSION_PATCH 8)
+SET(RSPAMD_VERSION_PATCH 9)
SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")