From: Vsevolod Stakhov Date: Tue, 10 Apr 2018 16:13:49 +0000 (+0100) Subject: [Minor] Update version to 1.7.4 X-Git-Tag: 1.7.4~111 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f19ce45646f76128bfbb67e66a0c189a81303096;p=rspamd.git [Minor] Update version to 1.7.4 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 092d77d30..cdd31bbe5 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 3) +SET(RSPAMD_VERSION_PATCH 4) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)