summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-03-20 12:28:40 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-03-20 12:28:40 +0000
commit904d1d90b453466bd74bd789464cb566decbaad6 (patch)
treefb5c22c1f47c5730986a69e9ea839b8414007b86 /CMakeLists.txt
parent3ba34325ab8ee1f231051bb3cbbd91094bdb44dd (diff)
downloadrspamd-904d1d90b453466bd74bd789464cb566decbaad6.tar.gz
rspamd-904d1d90b453466bd74bd789464cb566decbaad6.zip
[Minor] Start 1.7.2
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 7e1502816..1d3689085 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)
SET(RSPAMD_VERSION_MAJOR 1)
SET(RSPAMD_VERSION_MINOR 7)
-SET(RSPAMD_VERSION_PATCH 1)
+SET(RSPAMD_VERSION_PATCH 2)
# Keep two digits all the time
SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)