summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-07-29 17:43:48 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-07-29 17:43:48 +0100
commit7d8e0702811eeaf4ca86c17b3c378be37c43b7eb (patch)
treeba1b9806a3d40888dd9eb753390b1d77700c8a70 /CMakeLists.txt
parentd7da417d4360ca0e0a1305dc5552a95da8e9dfec (diff)
downloadrspamd-7d8e0702811eeaf4ca86c17b3c378be37c43b7eb.tar.gz
rspamd-7d8e0702811eeaf4ca86c17b3c378be37c43b7eb.zip
[Minor] Update version to 1.3.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 b0db6cd19..5b8ae8583 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)
SET(RSPAMD_VERSION_MAJOR 1)
SET(RSPAMD_VERSION_MINOR 3)
-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)