From 3373cec5a2a2b02f3d3548cbcea038bd75ab44c5 Mon Sep 17 00:00:00 2001 From: Rafal Goslawski Date: Tue, 27 Nov 2018 15:40:18 +0100 Subject: [PATCH] Bump version to 4.0.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff729d56..50a52a8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.2 FATAL_ERROR) project(amqpcpp) set (VERSION_MAJOR 4) set (VERSION_MINOR 0) -set (VERSION_PATCH 0) +set (VERSION_PATCH 1) set (SO_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}) # build options