diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-06-29 16:22:10 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-06-29 16:22:10 +0400 |
commit | b29cec5f64146efd075e43ead4644ab647ca57c9 (patch) | |
tree | fa366a6dd4d0aaeef6af73314dfcf22152fd9a77 /CMakeLists.txt | |
parent | fc5c006ccbbcca3421a058aef93af8410bd50585 (diff) | |
download | rspamd-b29cec5f64146efd075e43ead4644ab647ca57c9.tar.gz rspamd-b29cec5f64146efd075e43ead4644ab647ca57c9.zip |
* Improve logic of urls command to extract only those urls that would be checked against surbl lists
* Fix surbl whitelisting
* Fix bug with processing custom commands
* Update version to 0.2.1
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 c13721a4a..94fcfdfd0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 2) -SET(RSPAMD_VERSION_PATCH 0) +SET(RSPAMD_VERSION_PATCH 1) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "http://cebka.pp.ru/hg/rspamd") |