diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-26 16:14:36 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-26 16:14:36 +0000 |
commit | b294e38a47f4a4526954be71cf3f267a450097b3 (patch) | |
tree | bb52fe6f10c0917ec0361f98bc3bb2d0e94ab7ec | |
parent | d70a0ef819d49132a7ed544a3e60f03b9f88b900 (diff) | |
download | rspamd-b294e38a47f4a4526954be71cf3f267a450097b3.tar.gz rspamd-b294e38a47f4a4526954be71cf3f267a450097b3.zip |
Update version.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index caa88bcd1..ca1e6bbc7 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 7) +SET(RSPAMD_VERSION_PATCH 8) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com") |