From 6b2213975f895fe6f6f604bd1b1dd0dcf6b69fe2 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 28 Mar 2017 16:45:01 +0100 Subject: [PATCH] [Minor] Update version to 1.5.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a9ddd3da2..7e4a02586 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 5) -SET(RSPAMD_VERSION_PATCH 4) +SET(RSPAMD_VERSION_PATCH 5) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) -- 2.39.5