aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-06-05 18:48:11 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-06-05 18:48:11 +0400
commitf5c08786352dcd39f0669f61cd2b465dc8837279 (patch)
tree49eec7a88817cef9e1da294a3141eac992d89861 /CMakeLists.txt
parent3cd423a9d825d10c2e0390a2a35a5f99a1f74127 (diff)
downloadrspamd-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.txt2
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")