diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-05-18 15:17:29 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-05-18 15:17:29 +0100 |
commit | 83b35fdc4dc6694b1eb1a66d3aba896e207987da (patch) | |
tree | d8f4867b7722724a955039ed1317112fb29eb66c | |
parent | 341222861db93ac6c2ef2f2dacfc2029faf613dd (diff) | |
download | rspamd-83b35fdc4dc6694b1eb1a66d3aba896e207987da.tar.gz rspamd-83b35fdc4dc6694b1eb1a66d3aba896e207987da.zip |
[Minor] Update version number
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 11eeabf73..b88da4241 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 5) +SET(RSPAMD_VERSION_PATCH 6) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |