summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--configure.ac2
-rw-r--r--librabbitmq.spec2
3 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9ed5b8e..c129316 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ project(rabbitmq-c "C")
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
set(RMQ_VERSION_MAJOR 0)
-set(RMQ_VERSION_MINOR 2)
+set(RMQ_VERSION_MINOR 3)
set(RMQ_VERSION_PATCH 0)
# Follow all steps below in order to calculate new ABI version when updating the library
diff --git a/configure.ac b/configure.ac
index 8423fcc..5577275 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.59])
m4_define([major_version], [0])
-m4_define([minor_version], [2])
+m4_define([minor_version], [3])
m4_define([micro_version], [0])
# Follow all steps below in order to calculate new ABI version when updating the library
diff --git a/librabbitmq.spec b/librabbitmq.spec
index 7a17854..a423730 100644
--- a/librabbitmq.spec
+++ b/librabbitmq.spec
@@ -1,5 +1,5 @@
Name : librabbitmq
-Version : 0.2.0
+Version : 0.3.0
Release : 1.20120620git83c5c6a2
Summary : RabbitMQ C AMQP client library
Group : Development/Libraries