Skip to content

Commit 14e3911

Browse files
committed
Update version in configure{,.ac}
1 parent d2dedce commit 14e3911

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

configure

Lines changed: 9 additions & 9 deletions
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.72 for littler 0.3.21.
3+
# Generated by GNU Autoconf 2.72 for littler 0.3.22.
44
#
55
# Report bugs to <edd@debian.org>.
66
#
@@ -603,8 +603,8 @@ MAKEFLAGS=
603603
# Identity of this package.
604604
PACKAGE_NAME='littler'
605605
PACKAGE_TARNAME='littler'
606-
PACKAGE_VERSION='0.3.21'
607-
PACKAGE_STRING='littler 0.3.21'
606+
PACKAGE_VERSION='0.3.22'
607+
PACKAGE_STRING='littler 0.3.22'
608608
PACKAGE_BUGREPORT='edd@debian.org'
609609
PACKAGE_URL=''
610610

@@ -1258,7 +1258,7 @@ if test "$ac_init_help" = "long"; then
12581258
# Omit some internal or obsolete options to make the list less imposing.
12591259
# This message is too long to be a string in the A/UX 3.1 sh.
12601260
cat <<_ACEOF
1261-
'configure' configures littler 0.3.21 to adapt to many kinds of systems.
1261+
'configure' configures littler 0.3.22 to adapt to many kinds of systems.
12621262
12631263
Usage: $0 [OPTION]... [VAR=VALUE]...
12641264
@@ -1320,7 +1320,7 @@ fi
13201320

13211321
if test -n "$ac_init_help"; then
13221322
case $ac_init_help in
1323-
short | recursive ) echo "Configuration of littler 0.3.21:";;
1323+
short | recursive ) echo "Configuration of littler 0.3.22:";;
13241324
esac
13251325
cat <<\_ACEOF
13261326
@@ -1405,7 +1405,7 @@ fi
14051405
test -n "$ac_init_help" && exit $ac_status
14061406
if $ac_init_version; then
14071407
cat <<\_ACEOF
1408-
littler configure 0.3.21
1408+
littler configure 0.3.22
14091409
generated by GNU Autoconf 2.72
14101410
14111411
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1629,7 +1629,7 @@ cat >config.log <<_ACEOF
16291629
This file contains any messages produced by compilers while
16301630
running configure, to aid debugging if configure makes a mistake.
16311631
1632-
It was created by littler $as_me 0.3.21, which was
1632+
It was created by littler $as_me 0.3.22, which was
16331633
generated by GNU Autoconf 2.72. Invocation command line was
16341634
16351635
$ $0$ac_configure_args_raw
@@ -4118,7 +4118,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
41184118
# report actual input values of CONFIG_FILES etc. instead of their
41194119
# values after options handling.
41204120
ac_log="
4121-
This file was extended by littler $as_me 0.3.21, which was
4121+
This file was extended by littler $as_me 0.3.22, which was
41224122
generated by GNU Autoconf 2.72. Invocation command line was
41234123
41244124
CONFIG_FILES = $CONFIG_FILES
@@ -4182,7 +4182,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
41824182
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
41834183
ac_cs_config='$ac_cs_config_escaped'
41844184
ac_cs_version="\\
4185-
littler config.status 0.3.21
4185+
littler config.status 0.3.22
41864186
configured by $0, generated by GNU Autoconf 2.72,
41874187
with options \\"\$ac_cs_config\\"
41884188

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AC_PREREQ([2.69])
77
# Every other copy of the package version number gets its value from here
88
# The m4_esyscmd_s invocation is due to an excellent StackOverflow answer.
99
# Sadly it breaks under Debian package builds (likely due to a missing component)
10-
AC_INIT([littler],[0.3.21],[edd@debian.org])
10+
AC_INIT([littler],[0.3.22],[edd@debian.org])
1111

1212
# Look for ancillary configure tools in tools
1313
dnl AC_CONFIG_AUX_DIR(tools)

0 commit comments

Comments
 (0)