From: Vsevolod Stakhov Date: Fri, 15 Jun 2018 16:54:21 +0000 (+0100) Subject: [Minor] Update version to 1.7.7 X-Git-Tag: 1.7.7~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9affb3d2b3d63de12dcb775c675f3a1f48486df8;p=thirdparty%2Frspamd.git [Minor] Update version to 1.7.7 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 80a804e2e2..6526996a39 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 6) +SET(RSPAMD_VERSION_PATCH 7) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)