From e61c9469a0f31174020b67523c85eada3aac9afb Mon Sep 17 00:00:00 2001 From: Marko Viitanen Date: Wed, 10 Aug 2016 15:06:07 +0300 Subject: [PATCH] Increase API minor version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6a64c5c0..5152ea7f 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_CONFIG_SRCDIR([src/encmain.c]) # # Here is a somewhat sane guide to lib versioning: http://apr.apache.org/versioning.html ver_major=3 -ver_minor=10 +ver_minor=11 ver_release=0 # Prevents configure from adding a lot of defines to the CFLAGS