Bump version to 1.13

This commit is contained in:
Andreas Eversberg 2012-07-29 12:49:08 +02:00
parent 240562640f
commit 8b9bdad861
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ dnl Boston, MA 02110-1301, USA.
dnl This keeps being the first instruction. dnl This keeps being the first instruction.
dnl Change the 2nd argument if the version increases dnl Change the 2nd argument if the version increases
dnl 1st + 2nd argument is used for distribution package name dnl 1st + 2nd argument is used for distribution package name
AC_INIT(lcr, 1.12, andreas@eversberg.eu) AC_INIT(lcr, 1.13, andreas@eversberg.eu)
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_SRCDIR([main.c])
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
@ -33,7 +33,7 @@ AM_CONFIG_HEADER(config.h)
# fix warnings from autoconf + automake # fix warnings from autoconf + automake
AC_GNU_SOURCE AC_GNU_SOURCE
# AC_USE_SYSTEM_EXTENSIONS # AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE(lcr,1.12) AM_INIT_AUTOMAKE(lcr,1.13)