aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-06-11 19:51:24 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-06-11 19:51:24 +0400
commitc9d11a65b5c801a27f154091aebe86cbd08fd319 (patch)
treee7d2c6ad3b95977cd1536ffaaba3b4c02cdf127c /CMakeLists.txt
parent58f19b06569c3ef46949874e2c3d5bb62ec54fc2 (diff)
downloadrspamd-c9d11a65b5c801a27f154091aebe86cbd08fd319.tar.gz
rspamd-c9d11a65b5c801a27f154091aebe86cbd08fd319.zip
* Add function "raw_header_exists" for finding headers that are not parsed by gmime (Mime-Version for example)
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 c41477181..88b649a4b 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 6)
+SET(RSPAMD_VERSION_PATCH 7)
SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
SET(RSPAMD_MASTER_SITE_URL "http://cebka.pp.ru/hg/rspamd")