summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-01-10 17:15:26 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-01-10 17:15:26 +0000
commit45de58956139182e8c4b59a6f19042f351e07884 (patch)
tree1302a55992f05eb1c0d5ef27d7d91a5a7d08f196 /CMakeLists.txt
parent80bc4f9983bc4c763a7fff935e833aa886b7a871 (diff)
downloadrspamd-45de58956139182e8c4b59a6f19042f351e07884.tar.gz
rspamd-45de58956139182e8c4b59a6f19042f351e07884.zip
Stop for 0.6.7.0.6.7
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1ac036678..5941203ae 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,8 +9,8 @@
PROJECT(rspamd C)
SET(RSPAMD_VERSION_MAJOR 0)
-SET(RSPAMD_VERSION_MINOR 7)
-SET(RSPAMD_VERSION_PATCH 0)
+SET(RSPAMD_VERSION_MINOR 6)
+SET(RSPAMD_VERSION_PATCH 7)
SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")