summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg2011-02-21 09:42:32 +0100
committerAndreas Eversberg2011-02-21 09:42:32 +0100
commit7798beeab23fa282d4a510c53d5f95ed3f8c2366 (patch)
treedc577135377dcdd58165ccdcaf9ab3889d9d06fe
parent[gsm] Removed obsolete gsm.conf handling. Fixed minor compiling issues. (diff)
downloadlcr-7798beeab23fa282d4a510c53d5f95ed3f8c2366.tar.gz
lcr-7798beeab23fa282d4a510c53d5f95ed3f8c2366.tar.xz
lcr-7798beeab23fa282d4a510c53d5f95ed3f8c2366.zip
Incremented version number of lcr in develop branch.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4b14e8f..5e01e41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ dnl Boston, MA 02110-1301, USA.
dnl This keeps being the first instruction.
dnl Change the 2nd argument if the version increases
dnl 1st + 2nd argument is used for distribution package name
-AC_INIT(lcr, 1.7, andreas@eversberg.eu)
+AC_INIT(lcr, 1.8, andreas@eversberg.eu)
AC_PREREQ(2.59)
AC_CONFIG_SRCDIR([main.c])
AM_CONFIG_HEADER(config.h)
@@ -33,7 +33,7 @@ AM_CONFIG_HEADER(config.h)
# fix warnings from autoconf + automake
AC_GNU_SOURCE
# AC_USE_SYSTEM_EXTENSIONS
-AM_INIT_AUTOMAKE(lcr,1.7)
+AM_INIT_AUTOMAKE(lcr,1.8)