diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-05 16:44:13 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-05 16:44:13 +0000 |
commit | 593a9255cbbcc1ef11915093021ad3537d2394ce (patch) | |
tree | 003f377650810954a27f90c5f0816e99315c1fd6 /CMakeLists.txt | |
parent | f039ea6f861c29a986d0d6aa7cd863533972d2cf (diff) | |
download | rspamd-593a9255cbbcc1ef11915093021ad3537d2394ce.tar.gz rspamd-593a9255cbbcc1ef11915093021ad3537d2394ce.zip |
[Minor] Set version to 1.9.0
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 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) |