aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-03-05 16:44:13 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-03-05 16:44:13 +0000
commit593a9255cbbcc1ef11915093021ad3537d2394ce (patch)
tree003f377650810954a27f90c5f0816e99315c1fd6 /CMakeLists.txt
parentf039ea6f861c29a986d0d6aa7cd863533972d2cf (diff)
downloadrspamd-593a9255cbbcc1ef11915093021ad3537d2394ce.tar.gz
rspamd-593a9255cbbcc1ef11915093021ad3537d2394ce.zip
[Minor] Set version to 1.9.0
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 9935c4460..7ab6f7c56 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 8)
-SET(RSPAMD_VERSION_PATCH 4)
+SET(RSPAMD_VERSION_MINOR 9)
+SET(RSPAMD_VERSION_PATCH 0)
# Keep two digits all the time
SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)