[Minor] Update version to 2.6

This commit is contained in:
Vsevolod Stakhov 2020-04-01 14:58:52 +01:00
parent 61cbcd0483
commit 76a1fb06de

View 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)