Vsevolod Stakhov
4 months ago
No known key found for this signature in database
GPG Key ID: 7647B6790081437
1 changed files with
1 additions and
1 deletions
-
CMakeLists.txt
|
|
@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.15 FATAL_ERROR) |
|
|
|
# Define version variables |
|
|
|
set(RSPAMD_VERSION_MAJOR 3) |
|
|
|
set(RSPAMD_VERSION_MINOR 12) |
|
|
|
set(RSPAMD_VERSION_PATCH 1) |
|
|
|
set(RSPAMD_VERSION_PATCH 2) |
|
|
|
|
|
|
|
# Keep two digits all the time |
|
|
|
set(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |
|
|
|