From f47fbf842643a62de5b209ee2c4441d89334b0aa Mon Sep 17 00:00:00 2001 From: "Konstantin S. Vishnivetsky" Date: Mon, 23 May 2016 09:19:24 +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 1d2b18ec..248b89e2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.61) -AC_INIT(homer-ui,5.0.2,support@sipcapture.org,,http://www.sipcapture.org) +AC_INIT(homer-ui,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])