Skip to content
Snippets Groups Projects
Commit 36265b6a authored by Luis Kornblueh's avatar Luis Kornblueh
Browse files

Bump version number

parent 6a8f2ff0
No related branches found
No related tags found
No related merge requests found
......@@ -170,8 +170,8 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/compile \
$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
$(top_srcdir)/config/missing AUTHORS NEWS README \
config/compile config/config.guess config/config.sub \
config/install-sh config/ltmain.sh config/missing \
config/py-compile
config/depcomp config/install-sh config/ltmain.sh \
config/missing config/py-compile
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
......
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for libmtime 1.0.11-rc2.
# Generated by GNU Autoconf 2.71 for libmtime 1.1.2.
#
# Report bugs to <luis.kornblueh@zmaw.de>.
# Report bugs to <luis.kornblueh@mpimet.mpg.de>.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
......@@ -276,10 +276,10 @@ then :
printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
else
printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
$0: luis.kornblueh@zmaw.de about your system, including any
$0: error possibly output before this message. Then install
$0: a modern shell, or manually run the script under such a
$0: shell if you do have one."
$0: luis.kornblueh@mpimet.mpg.de about your system,
$0: including any error possibly output before this
$0: message. Then install a modern shell, or manually run
$0: the script under such a shell if you do have one."
fi
exit 1
fi
......@@ -621,9 +621,9 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libmtime'
PACKAGE_TARNAME='libmtime'
PACKAGE_VERSION='1.0.11-rc2'
PACKAGE_STRING='libmtime 1.0.11-rc2'
PACKAGE_BUGREPORT='luis.kornblueh@zmaw.de'
PACKAGE_VERSION='1.1.2'
PACKAGE_STRING='libmtime 1.1.2'
PACKAGE_BUGREPORT='luis.kornblueh@mpimet.mpg.de'
PACKAGE_URL=''
 
ac_unique_file="include/mtime_calendar.h"
......@@ -1454,7 +1454,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 libmtime 1.0.11-rc2 to adapt to many kinds of systems.
\`configure' configures libmtime 1.1.2 to adapt to many kinds of systems.
 
Usage: $0 [OPTION]... [VAR=VALUE]...
 
......@@ -1525,7 +1525,7 @@ fi
 
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of libmtime 1.0.11-rc2:";;
short | recursive ) echo "Configuration of libmtime 1.1.2:";;
esac
cat <<\_ACEOF
 
......@@ -1608,7 +1608,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
 
Report bugs to <luis.kornblueh@zmaw.de>.
Report bugs to <luis.kornblueh@mpimet.mpg.de>.
_ACEOF
ac_status=$?
fi
......@@ -1672,7 +1672,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
libmtime configure 1.0.11-rc2
libmtime configure 1.1.2
generated by GNU Autoconf 2.71
 
Copyright (C) 2021 Free Software Foundation, Inc.
......@@ -1976,7 +1976,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 libmtime $as_me 1.0.11-rc2, which was
It was created by libmtime $as_me 1.1.2, which was
generated by GNU Autoconf 2.71. Invocation command line was
 
$ $0$ac_configure_args_raw
......@@ -3252,7 +3252,7 @@ fi
 
# Define the identity of the package.
PACKAGE='libmtime'
VERSION='1.0.11-rc2'
VERSION='1.1.2'
 
 
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
......@@ -20821,7 +20821,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 libmtime $as_me 1.0.11-rc2, which was
This file was extended by libmtime $as_me 1.1.2, which was
generated by GNU Autoconf 2.71. Invocation command line was
 
CONFIG_FILES = $CONFIG_FILES
......@@ -20881,7 +20881,7 @@ $config_headers
Configuration commands:
$config_commands
 
Report bugs to <luis.kornblueh@zmaw.de>."
Report bugs to <luis.kornblueh@mpimet.mpg.de>."
 
_ACEOF
ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
......@@ -20889,7 +20889,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="\\
libmtime config.status 1.0.11-rc2
libmtime config.status 1.1.2
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
 
......
......@@ -4,7 +4,7 @@
#
AC_PREREQ([2.69])
AC_INIT([libmtime], [1.0.11-rc2], [luis.kornblueh@zmaw.de])
AC_INIT([libmtime], [1.1.2], [luis.kornblueh@mpimet.mpg.de])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment