diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-11-19 13:12:27 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-11-19 13:12:27 +0000 |
commit | e313c9284875c34c066edebc78acdc898b7e743e (patch) | |
tree | 424ce187b8a5c4fac9b59c8246823e1ae24ca996 /CMakeLists.txt | |
parent | dcab7362e019fc244519cbd492737f516c4d0a30 (diff) | |
download | rspamd-e313c9284875c34c066edebc78acdc898b7e743e.tar.gz rspamd-e313c9284875c34c066edebc78acdc898b7e743e.zip |
[Minor] Update version to 1.8.3
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 925408f8c..3be16549f 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 2) +SET(RSPAMD_VERSION_PATCH 3) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |