aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-08-08 16:59:01 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-08-08 16:59:01 +0100
commit73119605ba71ce8d78188671d3cfda21dba5dc18 (patch)
treee916becc519d66f1f2f5db5c5f16557261bfa6b8 /CMakeLists.txt
parentcb856117ab5f53535697e880388ecddd6e4c86f3 (diff)
downloadrspamd-73119605ba71ce8d78188671d3cfda21dba5dc18.tar.gz
rspamd-73119605ba71ce8d78188671d3cfda21dba5dc18.zip
[Minor] Update to 1.3.3
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 802aa5a4e..db0c0e41a 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 2)
+SET(RSPAMD_VERSION_PATCH 3)
# Keep two digits all the time
SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)