From: Vsevolod Stakhov Date: Fri, 23 Mar 2018 17:41:43 +0000 (+0000) Subject: [Minor] Switch version to 1.7.3 X-Git-Tag: 1.7.3~118 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5968abf4311bd878b0643abaa6ee8d37fe0362af;p=rspamd.git [Minor] Switch version to 1.7.3 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d3689085..092d77d30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) 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)