diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-06-12 15:41:56 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-06-12 15:41:56 +0100 |
commit | c3fa4244878d79e1e679622394146f6f0c593a5b (patch) | |
tree | 31c6bd414676e143d34e84530eead0ff7fe77a36 /CMakeLists.txt | |
parent | af80494c3c199a96eb9b58fae38ba7edfe06ceba (diff) | |
download | rspamd-c3fa4244878d79e1e679622394146f6f0c593a5b.tar.gz rspamd-c3fa4244878d79e1e679622394146f6f0c593a5b.zip |
The first step to 0.6.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ff4be3f1b..81ff69b0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,8 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) -SET(RSPAMD_VERSION_MINOR 5) -SET(RSPAMD_VERSION_PATCH 6) +SET(RSPAMD_VERSION_MINOR 6) +SET(RSPAMD_VERSION_PATCH 0) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") |