From: Vsevolod Stakhov Date: Fri, 1 Apr 2016 14:22:15 +0000 (+0100) Subject: [Minor] Update version to 1.2.3 X-Git-Tag: 1.2.3~85 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c7c8ff17c95011401edc6d18e1fcfb9318c76475;p=rspamd.git [Minor] Update version to 1.2.3 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d77770ae6..e111ec3aa 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 2) +SET(RSPAMD_VERSION_PATCH 3) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)