From d32f3e49e0179c33632e6f01c31da449c3e18653 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 8 Aug 2021 11:10:51 +0100 Subject: [PATCH] [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) -- 2.39.5