aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-01-09 15:52:27 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-01-09 15:52:27 +0000
commit8e3f82730afd20799aab7a92f222ee7fb08d096a (patch)
tree25d790e69a67a7471fe4565f85e9c1735c8bf944 /CMakeLists.txt
parent288304789907e4d8bbb5b71dc627c2a5aad2f935 (diff)
downloadrspamd-8e3f82730afd20799aab7a92f222ee7fb08d096a.tar.gz
rspamd-8e3f82730afd20799aab7a92f222ee7fb08d096a.zip
0.7 era start.
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 fd2446acf..1ac036678 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,8 +9,8 @@
PROJECT(rspamd C)
SET(RSPAMD_VERSION_MAJOR 0)
-SET(RSPAMD_VERSION_MINOR 6)
-SET(RSPAMD_VERSION_PATCH 6)
+SET(RSPAMD_VERSION_MINOR 7)
+SET(RSPAMD_VERSION_PATCH 0)
SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")