diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-06-05 18:48:11 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-06-05 18:48:11 +0400 |
commit | f5c08786352dcd39f0669f61cd2b465dc8837279 (patch) | |
tree | 49eec7a88817cef9e1da294a3141eac992d89861 /CMakeLists.txt | |
parent | 3cd423a9d825d10c2e0390a2a35a5f99a1f74127 (diff) | |
download | rspamd-f5c08786352dcd39f0669f61cd2b465dc8837279.tar.gz rspamd-f5c08786352dcd39f0669f61cd2b465dc8837279.zip |
* Write actual urls to logs and to protocol output while checking urls in surbl lists
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 e9f5c61ff..5dbec8c7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 1) -SET(RSPAMD_VERSION_PATCH 4) +SET(RSPAMD_VERSION_PATCH 5) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "http://cebka.pp.ru/hg/rspamd") |