aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-11-23 22:31:26 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-11-23 22:31:26 +0000
commit20c12e03f62dc5f67e3b8466fae69f00ab335611 (patch)
tree850f740d6123174a81cb839078575d41480ea1c3 /CMakeLists.txt
parent8a1c05ea18e0982aaea5d14bae75d40636b20044 (diff)
downloadrspamd-20c12e03f62dc5f67e3b8466fae69f00ab335611.tar.gz
rspamd-20c12e03f62dc5f67e3b8466fae69f00ab335611.zip
Update version to 0.7.6.
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 c07c0e3a8..0f0e04db2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ PROJECT(rspamd C)
SET(RSPAMD_VERSION_MAJOR 0)
SET(RSPAMD_VERSION_MINOR 7)
-SET(RSPAMD_VERSION_PATCH 5)
+SET(RSPAMD_VERSION_PATCH 6)
SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")