diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-08 16:59:01 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-08 16:59:01 +0100 |
commit | 73119605ba71ce8d78188671d3cfda21dba5dc18 (patch) | |
tree | e916becc519d66f1f2f5db5c5f16557261bfa6b8 /CMakeLists.txt | |
parent | cb856117ab5f53535697e880388ecddd6e4c86f3 (diff) | |
download | rspamd-73119605ba71ce8d78188671d3cfda21dba5dc18.tar.gz rspamd-73119605ba71ce8d78188671d3cfda21dba5dc18.zip |
[Minor] Update to 1.3.3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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) |