From 54b66ae95b12fd06cd7285b2f6292780df3a73d4 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Mon, 12 Oct 2015 19:49:19 -0700 Subject: Bumping revision for development. --- CMakeLists.txt | 2 +- configure.ac | 6 +++--- librabbitmq/amqp.h | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b40a37..51be981 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) # 4. If any interfaces have been removed since the last public release, then set age to 0. set(RMQ_SOVERSION_CURRENT 5) -set(RMQ_SOVERSION_REVISION 3) +set(RMQ_SOVERSION_REVISION 4) set(RMQ_SOVERSION_AGE 1) math(EXPR RMQ_SOVERSION_MAJOR "${RMQ_SOVERSION_CURRENT} - ${RMQ_SOVERSION_AGE}") diff --git a/configure.ac b/configure.ac index b239230..49163b7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ AC_PREREQ([2.59]) m4_define([major_version], [0]) -m4_define([minor_version], [7]) -m4_define([micro_version], [1]) +m4_define([minor_version], [8]) +m4_define([micro_version], [0]) # Follow all steps below in order to calculate new ABI version when updating the library # NOTE: THIS IS UNRELATED to the actual project version @@ -13,7 +13,7 @@ m4_define([micro_version], [1]) # 3. If any interfaces have been added since the last public release, then increment age. # 4. If any interfaces have been removed since the last public release, then set age to 0. m4_define([soversion_current], [5]) -m4_define([soversion_revision], [3]) +m4_define([soversion_revision], [4]) m4_define([soversion_age], [1]) AC_INIT([rabbitmq-c], [major_version.minor_version.micro_version], diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h index 07b9ef5..5121097 100644 --- a/librabbitmq/amqp.h +++ b/librabbitmq/amqp.h @@ -223,9 +223,9 @@ AMQP_BEGIN_DECLS */ #define AMQP_VERSION_MAJOR 0 -#define AMQP_VERSION_MINOR 7 -#define AMQP_VERSION_PATCH 1 -#define AMQP_VERSION_IS_RELEASE 1 +#define AMQP_VERSION_MINOR 8 +#define AMQP_VERSION_PATCH 0 +#define AMQP_VERSION_IS_RELEASE 0 /** -- cgit v1.2.1