diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-16 15:08:26 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-16 15:08:26 +0100 |
commit | 16a32a939711e98b4ec8c91d34ad7b4712e88af9 (patch) | |
tree | e75c1ea3c2dd5cac3a7e9c740ba0bef7bf82c2f7 /CMakeLists.txt | |
parent | d48e4cbf03198c1e2ea6cfc332c07c871e2ffb61 (diff) | |
download | rspamd-16a32a939711e98b4ec8c91d34ad7b4712e88af9.tar.gz rspamd-16a32a939711e98b4ec8c91d34ad7b4712e88af9.zip |
Update version.
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 c21c9a8b8..5eeb707dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 0) -SET(RSPAMD_VERSION_PATCH 6) +SET(RSPAMD_VERSION_PATCH 7) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com") |