Skip to content

Commit 60b90dc

Browse files
author
Pietro Abate
committed
Bump version to 4.2
1 parent f2a78ea commit 60b90dc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

configure

+9-9
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 dose3 4.1.
3+
# Generated by GNU Autoconf 2.69 for dose3 4.2.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -582,8 +582,8 @@ MAKEFLAGS=
582582
# Identity of this package.
583583
PACKAGE_NAME='dose3'
584584
PACKAGE_TARNAME='dose3'
585-
PACKAGE_VERSION='4.1'
586-
PACKAGE_STRING='dose3 4.1'
585+
PACKAGE_VERSION='4.2'
586+
PACKAGE_STRING='dose3 4.2'
587587
PACKAGE_BUGREPORT='[email protected]'
588588
PACKAGE_URL=''
589589

@@ -1315,7 +1315,7 @@ if test "$ac_init_help" = "long"; then
13151315
# Omit some internal or obsolete options to make the list less imposing.
13161316
# This message is too long to be a string in the A/UX 3.1 sh.
13171317
cat <<_ACEOF
1318-
\`configure' configures dose3 4.1 to adapt to many kinds of systems.
1318+
\`configure' configures dose3 4.2 to adapt to many kinds of systems.
13191319
13201320
Usage: $0 [OPTION]... [VAR=VALUE]...
13211321
@@ -1377,7 +1377,7 @@ fi
13771377

13781378
if test -n "$ac_init_help"; then
13791379
case $ac_init_help in
1380-
short | recursive ) echo "Configuration of dose3 4.1:";;
1380+
short | recursive ) echo "Configuration of dose3 4.2:";;
13811381
esac
13821382
cat <<\_ACEOF
13831383
@@ -1474,7 +1474,7 @@ fi
14741474
test -n "$ac_init_help" && exit $ac_status
14751475
if $ac_init_version; then
14761476
cat <<\_ACEOF
1477-
dose3 configure 4.1
1477+
dose3 configure 4.2
14781478
generated by GNU Autoconf 2.69
14791479
14801480
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1732,7 +1732,7 @@ cat >config.log <<_ACEOF
17321732
This file contains any messages produced by compilers while
17331733
running configure, to aid debugging if configure makes a mistake.
17341734
1735-
It was created by dose3 $as_me 4.1, which was
1735+
It was created by dose3 $as_me 4.2, which was
17361736
generated by GNU Autoconf 2.69. Invocation command line was
17371737
17381738
$ $0 $@
@@ -6494,7 +6494,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
64946494
# report actual input values of CONFIG_FILES etc. instead of their
64956495
# values after options handling.
64966496
ac_log="
6497-
This file was extended by dose3 $as_me 4.1, which was
6497+
This file was extended by dose3 $as_me 4.2, which was
64986498
generated by GNU Autoconf 2.69. Invocation command line was
64996499
65006500
CONFIG_FILES = $CONFIG_FILES
@@ -6547,7 +6547,7 @@ _ACEOF
65476547
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
65486548
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
65496549
ac_cs_version="\\
6550-
dose3 config.status 4.1
6550+
dose3 config.status 4.2
65516551
configured by $0, generated by GNU Autoconf 2.69,
65526552
with options \\"\$ac_cs_config\\"
65536553

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(dose3, 4.1, [email protected])
1+
AC_INIT(dose3, 4.2, [email protected])
22
AC_COPYRIGHT(Copyright 2009-2015 Mancoosi Project)
33

44
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)