summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-03-22 10:35:36 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-03-22 10:35:36 +0000
commit63acf9fedeb764e7f732d1650292d7929b038bba (patch)
treee99d3e914398ac17b02c4291e7c37d4b35275976 /CMakeLists.txt
parent90bf870bd8d112e8317c9b2a38782a7a6666bbac (diff)
downloadrspamd-63acf9fedeb764e7f732d1650292d7929b038bba.tar.gz
rspamd-63acf9fedeb764e7f732d1650292d7929b038bba.zip
[Minor] Update version to 1.2.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 5a81f80ec..1d3fed0fd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)
SET(RSPAMD_VERSION_MAJOR 1)
SET(RSPAMD_VERSION_MINOR 2)
-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)