Sfoglia il codice sorgente

[Minor] Update version to 3.4

tags/3.4
Vsevolod Stakhov 1 anno fa
parent
commit
572e0b07c3
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Vedi File

@@ -8,7 +8,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR)

SET(RSPAMD_VERSION_MAJOR 3)
SET(RSPAMD_VERSION_MINOR 3)
SET(RSPAMD_VERSION_MINOR 4)

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

Loading…
Annulla
Salva