From: Vsevolod Stakhov Date: Wed, 18 Dec 2013 15:15:43 +0000 (+0000) Subject: Update version to 0.6.4. X-Git-Tag: 0.6.4~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fcfb1c550fc118c2cafbda3d3eda97c1df4cbe87;p=rspamd.git Update version to 0.6.4. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index de24f6a00..87002f373 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 6) -SET(RSPAMD_VERSION_PATCH 3) +SET(RSPAMD_VERSION_PATCH 4) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")