From 8ce57ce59741a765272ebcb9242b99db729b464d Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Sun, 10 Apr 2016 19:18:36 -0700 Subject: Bumping revision 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 ef6c0c0..4e623a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,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 6) -set(RMQ_SOVERSION_REVISION 0) +set(RMQ_SOVERSION_REVISION 1) set(RMQ_SOVERSION_AGE 2) math(EXPR RMQ_SOVERSION_MAJOR "${RMQ_SOVERSION_CURRENT} - ${RMQ_SOVERSION_AGE}") diff --git a/configure.ac b/configure.ac index a5c47fc..e618810 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.59]) m4_define([major_version], [0]) m4_define([minor_version], [8]) -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], [6]) -m4_define([soversion_revision], [0]) +m4_define([soversion_revision], [1]) m4_define([soversion_age], [2]) AC_INIT([rabbitmq-c], [major_version.minor_version.micro_version], diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h index e95b8a7..b4c7f9d 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 8 -#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