diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-14 17:03:23 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-14 17:03:23 +0100 |
commit | 4537114d00c7245145b3736691cd86380df4ce77 (patch) | |
tree | 2e7b7dd5423d686a640e4d684fa90d158717f1e6 /CMakeLists.txt | |
parent | d18deb48b84ed43133299bae2a334f6630065f45 (diff) | |
download | rspamd-4537114d00c7245145b3736691cd86380df4ce77.tar.gz rspamd-4537114d00c7245145b3736691cd86380df4ce77.zip |
Update version to 1.0.6
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 edcfade07..c21c9a8b8 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 5) +SET(RSPAMD_VERSION_PATCH 6) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com") |