commit f4268b3: [Minor] Update version to 1.9.1

Vsevolod Stakhov vsevolod at highsecure.ru
Tue Mar 12 16:00:05 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-03-12 15:59:11 +0000
URL: https://github.com/rspamd/rspamd/commit/f4268b3ec5e92fdaf9d0555890c4bc734f7e790e (HEAD -> master)

[Minor] Update version to 1.9.1

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 92caae757..c01bba2d5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)
 
 SET(RSPAMD_VERSION_MAJOR 1)
 SET(RSPAMD_VERSION_MINOR 9)
-SET(RSPAMD_VERSION_PATCH 0)
+SET(RSPAMD_VERSION_PATCH 1)
 
 # Keep two digits all the time
 SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)


More information about the Commits mailing list