Sfoglia il codice sorgente

[Minor] Update version to 2.6

tags/2.6
Vsevolod Stakhov 4 anni fa
parent
commit
76a1fb06de
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.9 FATAL_ERROR)

SET(RSPAMD_VERSION_MAJOR 2)
SET(RSPAMD_VERSION_MINOR 5)
SET(RSPAMD_VERSION_MINOR 6)

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

Loading…
Annulla
Salva