Browse Source

[Minor] Update version to 3.0 due to amount of changes

tags/3.0
Vsevolod Stakhov 2 years ago
parent
commit
d32f3e49e0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      CMakeLists.txt

+ 2
- 2
CMakeLists.txt View File

############################# INITIAL SECTION ############################################# ############################# INITIAL SECTION #############################################
CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR) CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR)


SET(RSPAMD_VERSION_MAJOR 2)
SET(RSPAMD_VERSION_MINOR 8)
SET(RSPAMD_VERSION_MAJOR 3)
SET(RSPAMD_VERSION_MINOR 0)


# Keep two digits all the time # Keep two digits all the time
SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)

Loading…
Cancel
Save