aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-11-05 15:32:03 +0300
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-11-05 15:32:03 +0300
commit2068591f5c63765cb3073058ef7074cf71f12a82 (patch)
tree54c4771f7fd6c34897305fb208199778206389a6 /CMakeLists.txt
parent806c3be1899f1935a1111f1202383184894e1f14 (diff)
downloadrspamd-2068591f5c63765cb3073058ef7074cf71f12a82.tar.gz
rspamd-2068591f5c63765cb3073058ef7074cf71f12a82.zip
Start new feature release.
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 678d2e847..6e1af8555 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,8 +11,8 @@ PROJECT(rspamd C)
ENABLE_LANGUAGE(ASM)
SET(RSPAMD_VERSION_MAJOR 1)
-SET(RSPAMD_VERSION_MINOR 0)
-SET(RSPAMD_VERSION_PATCH 10)
+SET(RSPAMD_VERSION_MINOR 1)
+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")