commit 593a925: [Minor] Set version to 1.9.0

Vsevolod Stakhov vsevolod at highsecure.ru
Tue Mar 5 16:49:04 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-03-05 16:44:13 +0000
URL: https://github.com/rspamd/rspamd/commit/593a9255cbbcc1ef11915093021ad3537d2394ce (HEAD -> master)

[Minor] Set version to 1.9.0

---
 CMakeLists.txt | 4 ++--
 1 file 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)


More information about the Commits mailing list