aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-07-03 12:52:00 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-07-03 12:52:20 +0100
commitbd10b85e396bc083ebcd2fb8f6b0759d5cd8a340 (patch)
tree8f6a396ef8771d52fc098857039c6b368b875ff4 /CMakeLists.txt
parent3675f4b9aef32b1e7c09e6a12c2f76cb55b77824 (diff)
downloadrspamd-bd10b85e396bc083ebcd2fb8f6b0759d5cd8a340.tar.gz
rspamd-bd10b85e396bc083ebcd2fb8f6b0759d5cd8a340.zip
Update version to distinguish master.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1886b4390..5271f1fcf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,9 +9,9 @@
PROJECT(rspamd C)
ENABLE_LANGUAGE(ASM)
-SET(RSPAMD_VERSION_MAJOR 0)
-SET(RSPAMD_VERSION_MINOR 9)
-SET(RSPAMD_VERSION_PATCH 4)
+SET(RSPAMD_VERSION_MAJOR 1)
+SET(RSPAMD_VERSION_MINOR 0)
+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")