From 91af432e40bc28ecb9d6ba8119190a11b9ec824d Mon Sep 17 00:00:00 2001 From: "Konstantin S. Vishnivetsky" Date: Mon, 23 May 2016 09:19:17 +0600 Subject: [PATCH] Version update configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c952fb8..89d34a2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.61) -AC_INIT(homer-api,5.0.1,support@sipcapture.org,,http://www.sipcapture.org) +AC_INIT(homer-api,5.0.5,support@sipcapture.org,,http://www.sipcapture.org) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE(foreign tar-ustar) m4_include([config/projectlib2.m4])