Update CMakeLists.txt

Bump version to 3.1.0
This commit is contained in:
Rafal Goslawski 2018-05-22 11:24:21 +02:00 committed by GitHub
parent 0efac6a8da
commit 9aafe15620
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 3) set (VERSION_MAJOR 3)
set (VERSION_MINOR 0) set (VERSION_MINOR 1)
set (VERSION_PATCH 2) set (VERSION_PATCH 0)
set (SO_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}) set (SO_VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
# build options # build options