summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2013-07-02 13:57:33 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2013-07-23 09:53:10 -0700
commit8efc95955770989b3d09c011bc3e311f84787f1d (patch)
tree165356fb50a17b5b657bacf60126c1f5ab882311 /configure.ac
parent866255fc608e4c562c1bad90f0afb0c391e6ce49 (diff)
downloadrabbitmq-c-github-ask-8efc95955770989b3d09c011bc3e311f84787f1d.tar.gz
Add compile and runtime library version functions
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 931a22b..c92af48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_PREREQ([2.59])
m4_define([major_version], [0])
-m4_define([minor_version], [3])
+m4_define([minor_version], [4])
m4_define([micro_version], [0])
# Follow all steps below in order to calculate new ABI version when updating the library