Skip to content

Commit 1488d63

Browse files
committed
configure.ac: bump version to 1.2
Signed-off-by: Martin Kepplinger <[email protected]>
1 parent 73219b8 commit 1488d63

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

configure

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for tslib 1.1.0.
3+
# Generated by GNU Autoconf 2.69 for tslib 1.2.0.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='tslib'
592592
PACKAGE_TARNAME='tslib'
593-
PACKAGE_VERSION='1.1.0'
594-
PACKAGE_STRING='tslib 1.1.0'
593+
PACKAGE_VERSION='1.2.0'
594+
PACKAGE_STRING='tslib 1.2.0'
595595
PACKAGE_BUGREPORT='[email protected]'
596596
PACKAGE_URL=''
597597

@@ -1426,7 +1426,7 @@ if test "$ac_init_help" = "long"; then
14261426
# Omit some internal or obsolete options to make the list less imposing.
14271427
# This message is too long to be a string in the A/UX 3.1 sh.
14281428
cat <<_ACEOF
1429-
\`configure' configures tslib 1.1.0 to adapt to many kinds of systems.
1429+
\`configure' configures tslib 1.2.0 to adapt to many kinds of systems.
14301430
14311431
Usage: $0 [OPTION]... [VAR=VALUE]...
14321432
@@ -1496,7 +1496,7 @@ fi
14961496

14971497
if test -n "$ac_init_help"; then
14981498
case $ac_init_help in
1499-
short | recursive ) echo "Configuration of tslib 1.1.0:";;
1499+
short | recursive ) echo "Configuration of tslib 1.2.0:";;
15001500
esac
15011501
cat <<\_ACEOF
15021502
@@ -1642,7 +1642,7 @@ fi
16421642
test -n "$ac_init_help" && exit $ac_status
16431643
if $ac_init_version; then
16441644
cat <<\_ACEOF
1645-
tslib configure 1.1.0
1645+
tslib configure 1.2.0
16461646
generated by GNU Autoconf 2.69
16471647
16481648
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2065,7 +2065,7 @@ cat >config.log <<_ACEOF
20652065
This file contains any messages produced by compilers while
20662066
running configure, to aid debugging if configure makes a mistake.
20672067
2068-
It was created by tslib $as_me 1.1.0, which was
2068+
It was created by tslib $as_me 1.2.0, which was
20692069
generated by GNU Autoconf 2.69. Invocation command line was
20702070
20712071
$ $0 $@
@@ -2932,7 +2932,7 @@ fi
29322932

29332933
# Define the identity of the package.
29342934
PACKAGE='tslib'
2935-
VERSION='1.1.0'
2935+
VERSION='1.2.0'
29362936

29372937

29382938
cat >>confdefs.h <<_ACEOF
@@ -13633,9 +13633,9 @@ TS_POINTERCAL='${sysconfdir}/pointercal'
1363313633

1363413634
# Library versioning
1363513635
LT_CURRENT=0
13636-
LT_REVISION=1
13636+
LT_REVISION=2
1363713637
LT_AGE=0
13638-
LT_RELEASE=1.1
13638+
LT_RELEASE=1.2
1363913639

1364013640

1364113641

@@ -14333,7 +14333,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1433314333
# report actual input values of CONFIG_FILES etc. instead of their
1433414334
# values after options handling.
1433514335
ac_log="
14336-
This file was extended by tslib $as_me 1.1.0, which was
14336+
This file was extended by tslib $as_me 1.2.0, which was
1433714337
generated by GNU Autoconf 2.69. Invocation command line was
1433814338
1433914339
CONFIG_FILES = $CONFIG_FILES
@@ -14399,7 +14399,7 @@ _ACEOF
1439914399
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1440014400
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1440114401
ac_cs_version="\\
14402-
tslib config.status 1.1.0
14402+
tslib config.status 1.2.0
1440314403
configured by $0, generated by GNU Autoconf 2.69,
1440414404
with options \\"\$ac_cs_config\\"
1440514405

configure.ac

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.57)
5-
AC_INIT(tslib, 1.1.0, [email protected])
5+
AC_INIT(tslib, 1.2.0, [email protected])
66
# AC_CONFIG_AUX_DIR(config)
77
AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])
88
AC_CONFIG_SRCDIR([src/ts_close.c])
@@ -108,9 +108,9 @@ AC_SUBST(TS_POINTERCAL)
108108

109109
# Library versioning
110110
LT_CURRENT=0
111-
LT_REVISION=1
111+
LT_REVISION=2
112112
LT_AGE=0
113-
LT_RELEASE=1.1
113+
LT_RELEASE=1.2
114114
AC_SUBST(LT_RELEASE)
115115
AC_SUBST(LT_CURRENT)
116116
AC_SUBST(LT_REVISION)

0 commit comments

Comments
 (0)