From 9584b9e801708f1afa2bd3b13ccabb4d226aa693 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Tue, 16 Jun 2015 22:37:13 -0700 Subject: Bumping version for development. --- CMakeLists.txt | 2 +- configure.ac | 4 ++-- librabbitmq/amqp.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d89eea6..db9a230 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 1) +set(RMQ_SOVERSION_REVISION 2) 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 9965dfd..8f463de 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.59]) m4_define([major_version], [0]) m4_define([minor_version], [7]) -m4_define([micro_version], [0]) +m4_define([micro_version], [1]) # 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], [0]) # 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], [1]) +m4_define([soversion_revision], [2]) 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 5e903e1..f82273c 100644 --- a/librabbitmq/amqp.h +++ b/librabbitmq/amqp.h @@ -224,8 +224,8 @@ AMQP_BEGIN_DECLS #define AMQP_VERSION_MAJOR 0 #define AMQP_VERSION_MINOR 7 -#define AMQP_VERSION_PATCH 0 -#define AMQP_VERSION_IS_RELEASE 1 +#define AMQP_VERSION_PATCH 1 +#define AMQP_VERSION_IS_RELEASE 0 /** -- cgit v1.2.1