Skip to content

Commit cb55317

Browse files
committed
Bumping version to v0.3.0
1 parent 7b95487 commit cb55317

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(rabbitmq-c "C")
44
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
55

66
set(RMQ_VERSION_MAJOR 0)
7-
set(RMQ_VERSION_MINOR 2)
7+
set(RMQ_VERSION_MINOR 3)
88
set(RMQ_VERSION_PATCH 0)
99

1010
# Follow all steps below in order to calculate new ABI version when updating the library

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_PREREQ([2.59])
22

33
m4_define([major_version], [0])
4-
m4_define([minor_version], [2])
4+
m4_define([minor_version], [3])
55
m4_define([micro_version], [0])
66

77
# Follow all steps below in order to calculate new ABI version when updating the library

librabbitmq.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name : librabbitmq
2-
Version : 0.2.0
2+
Version : 0.3.0
33
Release : 1.20120620git83c5c6a2
44
Summary : RabbitMQ C AMQP client library
55
Group : Development/Libraries

0 commit comments

Comments
 (0)