Bump version to 4.0.0

This commit is contained in:
Rafal Goslawski 2018-11-15 11:48:53 +01:00 committed by GitHub
parent 1dd04760a9
commit bddceb77f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
# project name
project(amqpcpp)
set (VERSION_MAJOR 3)
set (VERSION_MINOR 2)
set (VERSION_MAJOR 4)
set (VERSION_MINOR 0)
set (VERSION_PATCH 0)
set (SO_VERSION ${VERSION_MAJOR}.${VERSION_MINOR})