File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(rabbitmq-c "C")
44set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR} /cmake)
55
66set (RMQ_VERSION_MAJOR 0)
7- set (RMQ_VERSION_MINOR 2 )
7+ set (RMQ_VERSION_MINOR 3 )
88set (RMQ_VERSION_PATCH 0)
99
1010# Follow all steps below in order to calculate new ABI version when updating the library
Original file line number Diff line number Diff line change 11AC_PREREQ ( [ 2.59] )
22
33m4_define ( [ major_version] , [ 0] )
4- m4_define ( [ minor_version] , [ 2 ] )
4+ m4_define ( [ minor_version] , [ 3 ] )
55m4_define ( [ micro_version] , [ 0] )
66
77# Follow all steps below in order to calculate new ABI version when updating the library
Original file line number Diff line number Diff line change 11Name : librabbitmq
2- Version : 0.2 .0
2+ Version : 0.3 .0
33Release : 1.20120620git83c5c6a2
44Summary : RabbitMQ C AMQP client library
55Group : Development/Libraries
You can’t perform that action at this time.
0 commit comments