From: Vsevolod Stakhov Date: Mon, 8 Aug 2016 15:59:01 +0000 (+0100) Subject: [Minor] Update to 1.3.3 X-Git-Tag: 1.3.3~48 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=73119605ba71ce8d78188671d3cfda21dba5dc18;p=rspamd.git [Minor] Update to 1.3.3 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 802aa5a4e..db0c0e41a 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 2) +SET(RSPAMD_VERSION_PATCH 3) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)