diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-24 15:05:42 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-24 15:05:42 +0100 |
commit | 967f130306138cd0582e192e368d763d55dc7d02 (patch) | |
tree | 16b1ab729a6479edfc1a0c91798358e4c22ea00a /CMakeLists.txt | |
parent | f7f7588e22e5a666770dd5325338828a37006eda (diff) | |
download | rspamd-967f130306138cd0582e192e368d763d55dc7d02.tar.gz rspamd-967f130306138cd0582e192e368d763d55dc7d02.zip |
[Minor] Update to 1.8.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 afac90f65..dbec0ceff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 8) -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) |