diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-01-12 18:16:34 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-01-12 18:16:34 +0000 |
commit | fd31d7375b4a5af7cffe9f0863d152cc0013309e (patch) | |
tree | 0424cc78b146ec76d764e50bb5b7f8a2d945224a /CMakeLists.txt | |
parent | 7c4b9f811fee8bc5b5e645a78c2fa5d4bb4e7dfb (diff) | |
download | rspamd-fd31d7375b4a5af7cffe9f0863d152cc0013309e.tar.gz rspamd-fd31d7375b4a5af7cffe9f0863d152cc0013309e.zip |
Break, break, break.
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 be3af563e..f5a69f040 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 7) +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") |