From: Vsevolod Stakhov Date: Mon, 23 Sep 2024 14:28:05 +0000 (+0100) Subject: [Minor] Our version should be 3.10 X-Git-Tag: 3.10.0~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5cee6930616250c6a45fc5af115656a5a7edad52;p=rspamd.git [Minor] Our version should be 3.10 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 44ebd8c3a..8028e170e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,8 +8,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR) SET(RSPAMD_VERSION_MAJOR 3) -SET(RSPAMD_VERSION_MINOR 9) -SET(RSPAMD_VERSION_PATCH 2) +SET(RSPAMD_VERSION_MINOR 10) +SET(RSPAMD_VERSION_PATCH 0) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)