Bump version to 4.1.0

This commit is contained in:
Rafal Goslawski 2019-01-08 16:49:09 +01:00 committed by GitHub
parent 901298cd1c
commit 10d7df6819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
# project name
project(amqpcpp)
set (VERSION_MAJOR 4)
set (VERSION_MINOR 0)
set (VERSION_PATCH 1)
set (VERSION_MINOR 1)
set (VERSION_PATCH 0)
set (SO_VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
# build options