diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-29 17:43:48 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-29 17:43:48 +0100 |
commit | 7d8e0702811eeaf4ca86c17b3c378be37c43b7eb (patch) | |
tree | ba1b9806a3d40888dd9eb753390b1d77700c8a70 /CMakeLists.txt | |
parent | d7da417d4360ca0e0a1305dc5552a95da8e9dfec (diff) | |
download | rspamd-7d8e0702811eeaf4ca86c17b3c378be37c43b7eb.tar.gz rspamd-7d8e0702811eeaf4ca86c17b3c378be37c43b7eb.zip |
[Minor] Update version to 1.3.1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |