From: Vsevolod Stakhov Date: Tue, 16 Apr 2019 16:36:26 +0000 (+0100) Subject: [Minor] Update version to 1.9.3 X-Git-Tag: 1.9.3~109 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dbcc1c94520c55afcaa4a623a894c8e68c5cbb61;p=rspamd.git [Minor] Update version to 1.9.3 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index dc4a37ca6..145740dde 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 9) -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)