commit d32f3e4: [Minor] Update version to 3.0 due to amount of changes

Vsevolod Stakhov vsevolod at highsecure.ru
Sun Aug 8 10:21:04 UTC 2021


Author: Vsevolod Stakhov
Date: 2021-08-08 11:10:51 +0100
URL: https://github.com/rspamd/rspamd/commit/d32f3e49e0179c33632e6f01c31da449c3e18653 (HEAD -> master)

[Minor] Update version to 3.0 due to amount of changes

---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 49446c194..f2360c89f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,8 +7,8 @@
 ############################# INITIAL SECTION #############################################
 CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR)
 
-SET(RSPAMD_VERSION_MAJOR 2)
-SET(RSPAMD_VERSION_MINOR 8)
+SET(RSPAMD_VERSION_MAJOR 3)
+SET(RSPAMD_VERSION_MINOR 0)
 
 # Keep two digits all the time
 SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)


More information about the Commits mailing list