From: Vsevolod Stakhov Date: Sun, 8 Aug 2021 10:10:51 +0000 (+0100) Subject: [Minor] Update version to 3.0 due to amount of changes X-Git-Tag: 3.0~35 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d32f3e49e0179c33632e6f01c31da449c3e18653;p=rspamd.git [Minor] Update version to 3.0 due to amount of changes --- 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)