From: Vsevolod Stakhov Date: Mon, 20 Jun 2016 10:10:50 +0000 (+0100) Subject: [Minor] Update version to 1.2.8 X-Git-Tag: 1.2.8~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44b5c85ea3929bf10f1edc52368eb3e7a74bb6c9;p=thirdparty%2Frspamd.git [Minor] Update version to 1.2.8 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e2467e9d4..26b74c890a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 2) -SET(RSPAMD_VERSION_PATCH 7) +SET(RSPAMD_VERSION_PATCH 8) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)