Skip to content

Commit a65c64c

Browse files
committed
Bumping revision for development
1 parent 7e693a2 commit a65c64c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
1717
# 4. If any interfaces have been removed since the last public release, then set age to 0.
1818

1919
set(RMQ_SOVERSION_CURRENT 7)
20-
set(RMQ_SOVERSION_REVISION 0)
20+
set(RMQ_SOVERSION_REVISION 1)
2121
set(RMQ_SOVERSION_AGE 3)
2222

2323
math(EXPR RMQ_SOVERSION_MAJOR "${RMQ_SOVERSION_CURRENT} - ${RMQ_SOVERSION_AGE}")

librabbitmq/amqp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ AMQP_BEGIN_DECLS
219219
*/
220220

221221
#define AMQP_VERSION_MAJOR 0
222-
#define AMQP_VERSION_MINOR 9
222+
#define AMQP_VERSION_MINOR 10
223223
#define AMQP_VERSION_PATCH 0
224-
#define AMQP_VERSION_IS_RELEASE 1
224+
#define AMQP_VERSION_IS_RELEASE 0
225225

226226
/**
227227
* \def AMQP_VERSION_CODE

0 commit comments

Comments
 (0)