From: Vsevolod Stakhov Date: Thu, 26 Oct 2023 13:31:03 +0000 (+0100) Subject: [Minor] Update version X-Git-Tag: 3.7.3~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1112ad8b30b0f5951d9fa553bea6072105284011;p=rspamd.git [Minor] Update version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 673806bd3..28a3075e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR) SET(RSPAMD_VERSION_MAJOR 3) SET(RSPAMD_VERSION_MINOR 7) -SET(RSPAMD_VERSION_PATCH 2) +SET(RSPAMD_VERSION_PATCH 3) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)