summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2014-01-29 22:21:31 -0800
committerAlan Antonuk <alan.antonuk@gmail.com>2014-01-29 22:21:31 -0800
commitb7c3f97acf25cd0e8644be46f0a9a5f7ece2e33d (patch)
treefbd3f1eaab99949afe5a9fa85919829b11e8da20
parent2ee29e52766b79902a1af62b7fcca86833cfd48e (diff)
downloadrabbitmq-c-github-ask-b7c3f97acf25cd0e8644be46f0a9a5f7ece2e33d.tar.gz
Bumping version for development
-rw-r--r--librabbitmq/amqp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h
index 7f4226c..fd13087 100644
--- a/librabbitmq/amqp.h
+++ b/librabbitmq/amqp.h
@@ -223,8 +223,8 @@ AMQP_BEGIN_DECLS
#define AMQP_VERSION_MAJOR 0
#define AMQP_VERSION_MINOR 5
-#define AMQP_VERSION_PATCH 0
-#define AMQP_VERSION_IS_RELEASE 1
+#define AMQP_VERSION_PATCH 1
+#define AMQP_VERSION_IS_RELEASE 0
/**