From: Vsevolod Stakhov Date: Fri, 29 Jul 2016 16:43:48 +0000 (+0100) Subject: [Minor] Update version to 1.3.1 X-Git-Tag: 1.3.1~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7d8e0702811eeaf4ca86c17b3c378be37c43b7eb;p=rspamd.git [Minor] Update version to 1.3.1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b0db6cd19..5b8ae8583 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 3) -SET(RSPAMD_VERSION_PATCH 0) +SET(RSPAMD_VERSION_PATCH 1) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)