Bump version to 4.2.0

This commit is contained in:
Rafal Goslawski 2020-09-23 18:55:23 +02:00 committed by GitHub
parent 723470d6d6
commit 46bd4634b3
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 name
project(amqpcpp) project(amqpcpp)
set (VERSION_MAJOR 4) set (VERSION_MAJOR 4)
set (VERSION_MINOR 1) set (VERSION_MINOR 2)
set (VERSION_PATCH 6) set (VERSION_PATCH 0)
set (SO_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}) set (SO_VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
# build options # build options