diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-08-03 14:56:53 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-08-03 14:56:53 +0100 |
commit | cabae15eabce5cd4c2cbbddaf3d4088543d91b9c (patch) | |
tree | 7d893edab0143f4221f4e256971151516866a534 /CMakeLists.txt | |
parent | bbb8660e55b8a842fc9c5c3d2cc57b177786778d (diff) | |
download | rspamd-cabae15eabce5cd4c2cbbddaf3d4088543d91b9c.tar.gz rspamd-cabae15eabce5cd4c2cbbddaf3d4088543d91b9c.zip |
[Minor] Update version to 3.7
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 bea0af828..5402c4806 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR) SET(RSPAMD_VERSION_MAJOR 3) -SET(RSPAMD_VERSION_MINOR 6) +SET(RSPAMD_VERSION_MINOR 7) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |