From 44b5c85ea3929bf10f1edc52368eb3e7a74bb6c9 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 20 Jun 2016 11:10:50 +0100 Subject: [PATCH] [Minor] Update version to 1.2.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e2467e9d..26b74c890 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 2) -SET(RSPAMD_VERSION_PATCH 7) +SET(RSPAMD_VERSION_PATCH 8) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) -- 2.39.5