aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-06-03 17:10:07 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-06-03 17:10:07 +0400
commit6f5f7e7fde16088ddfdf993c2efd1736fc83b6e0 (patch)
tree514456b08e841c53c2a1e3e5b46504100e6127df /CMakeLists.txt
parent7843c9479038c38395886521d32390e6867fac1e (diff)
downloadrspamd-6f5f7e7fde16088ddfdf993c2efd1736fc83b6e0.tar.gz
rspamd-6f5f7e7fde16088ddfdf993c2efd1736fc83b6e0.zip
* Implement new way for parsing text 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 2d55565e9..e9f5c61ff 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 3)
+SET(RSPAMD_VERSION_PATCH 4)
SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
SET(RSPAMD_MASTER_SITE_URL "http://cebka.pp.ru/hg/rspamd")