From: Vsevolod Stakhov Date: Wed, 14 Oct 2015 16:03:23 +0000 (+0100) Subject: Update version to 1.0.6 X-Git-Tag: 1.0.6~34 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4537114d00c7245145b3736691cd86380df4ce77;p=rspamd.git Update version to 1.0.6 --- 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")