diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-04-16 17:36:26 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-04-16 17:36:26 +0100 |
commit | dbcc1c94520c55afcaa4a623a894c8e68c5cbb61 (patch) | |
tree | 984f964933edfa024f523026db514ec1cfbcf83a /CMakeLists.txt | |
parent | fb577bd5a3caa998d46b554f1e6de9fa0ae76f3c (diff) | |
download | rspamd-dbcc1c94520c55afcaa4a623a894c8e68c5cbb61.tar.gz rspamd-dbcc1c94520c55afcaa4a623a894c8e68c5cbb61.zip |
[Minor] Update version to 1.9.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 dc4a37ca6..145740dde 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 9) -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) |