Skip to content

Commit

Permalink
Fixed version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
kobayasy committed Feb 5, 2024
1 parent 9882a28 commit 06b4ee0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions src/configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for printBar 0.1.
# Generated by GNU Autoconf 2.72 for printBar 1.0.
#
# Report bugs to <kobayasy@kobayasy.com>.
#
Expand All @@ -12,7 +12,7 @@
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
#
# Copyright (C) 2018-2024 by Yuichi Kobayashi <kobayasy@kobayasy.com>
# Copyright (C) 2024 by Yuichi Kobayashi <kobayasy@kobayasy.com>
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##
Expand Down Expand Up @@ -606,8 +606,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='printBar'
PACKAGE_TARNAME='printbar'
PACKAGE_VERSION='0.1'
PACKAGE_STRING='printBar 0.1'
PACKAGE_VERSION='1.0'
PACKAGE_STRING='printBar 1.0'
PACKAGE_BUGREPORT='kobayasy@kobayasy.com'
PACKAGE_URL=''

Expand Down Expand Up @@ -1278,7 +1278,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
'configure' configures printBar 0.1 to adapt to many kinds of systems.
'configure' configures printBar 1.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1344,7 +1344,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of printBar 0.1:";;
short | recursive ) echo "Configuration of printBar 1.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1431,14 +1431,14 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
printBar configure 0.1
printBar configure 1.0
generated by GNU Autoconf 2.72
Copyright (C) 2023 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
Copyright (C) 2018-2024 by Yuichi Kobayashi <kobayasy@kobayasy.com>
Copyright (C) 2024 by Yuichi Kobayashi <kobayasy@kobayasy.com>
_ACEOF
exit
fi
Expand Down Expand Up @@ -1696,7 +1696,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by printBar $as_me 0.1, which was
It was created by printBar $as_me 1.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -5740,7 +5740,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by printBar $as_me 0.1, which was
This file was extended by printBar $as_me 1.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5804,7 +5804,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
printBar config.status 0.1
printBar config.status 1.0
configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"
Expand Down
4 changes: 2 additions & 2 deletions src/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

AC_PREREQ(2.69)
AC_INIT([printBar], [0.1], [kobayasy@kobayasy.com], [printbar])
AC_PREREQ(2.72)
AC_INIT([printBar], [1.0], [kobayasy@kobayasy.com], [printbar])
AC_COPYRIGHT([Copyright @{:@C@:}@ 2024 by Yuichi Kobayashi <kobayasy@kobayasy.com>])
AC_CONFIG_SRCDIR([printbar.c])
AC_CONFIG_AUX_DIR([conf])
Expand Down

0 comments on commit 06b4ee0

Please sign in to comment.