summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2014-08-11 21:37:45 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2014-08-11 21:37:45 -0700
commita2ee005e3d781055437513e4318ad414a59969bd (patch)
treed37a6c5fd591707887610d6bd9e98c53453905be
parent8dea9a04f61e7829b939711c292b65916278a4d4 (diff)
downloadrabbitmq-c-github-ask-a2ee005e3d781055437513e4318ad414a59969bd.tar.gz
Bumping version for development.
-rw-r--r--configure.ac2
-rw-r--r--librabbitmq/amqp.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 045f8cb..8d6416d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.59])
m4_define([major_version], [0])
m4_define([minor_version], [5])
-m4_define([micro_version], [1])
+m4_define([micro_version], [2])
# Follow all steps below in order to calculate new ABI version when updating the library
# NOTE: THIS IS UNRELATED to the actual project version
diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h
index f780563..0f3a932 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 5
-#define AMQP_VERSION_PATCH 1
-#define AMQP_VERSION_IS_RELEASE 1
+#define AMQP_VERSION_PATCH 2
+#define AMQP_VERSION_IS_RELEASE 0
/**