Skip to content
Snippets Groups Projects
Commit 91df38a6 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

set revison number to 1.6.8rc4

parent 5bd55216
No related branches found
No related tags found
No related merge requests found
2015-03-12 Uwe Schulzweida
2015-03-26 Uwe Schulzweida
* Version 1.6.8 released
......
CDO NEWS
--------
Version 1.6.8 (12 March 2015):
Version 1.6.8 (26 March 2015):
New features:
* select, delete: added wildcard support for parameter name
......
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for cdo 1.6.8.
# Generated by GNU Autoconf 2.68 for cdo 1.6.8rc4.
#
# Report bugs to <http://mpimet.mpg.de/cdo>.
#
......@@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='cdo'
PACKAGE_TARNAME='cdo'
PACKAGE_VERSION='1.6.8'
PACKAGE_STRING='cdo 1.6.8'
PACKAGE_VERSION='1.6.8rc4'
PACKAGE_STRING='cdo 1.6.8rc4'
PACKAGE_BUGREPORT='http://mpimet.mpg.de/cdo'
PACKAGE_URL=''
 
......@@ -1394,7 +1394,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 cdo 1.6.8 to adapt to many kinds of systems.
\`configure' configures cdo 1.6.8rc4 to adapt to many kinds of systems.
 
Usage: $0 [OPTION]... [VAR=VALUE]...
 
......@@ -1464,7 +1464,7 @@ fi
 
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of cdo 1.6.8:";;
short | recursive ) echo "Configuration of cdo 1.6.8rc4:";;
esac
cat <<\_ACEOF
 
......@@ -1618,7 +1618,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
cdo configure 1.6.8
cdo configure 1.6.8rc4
generated by GNU Autoconf 2.68
 
Copyright (C) 2010 Free Software Foundation, Inc.
......@@ -2211,7 +2211,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 cdo $as_me 1.6.8, which was
It was created by cdo $as_me 1.6.8rc4, which was
generated by GNU Autoconf 2.68. Invocation command line was
 
$ $0 $@
......@@ -3160,7 +3160,7 @@ fi
 
# Define the identity of the package.
PACKAGE='cdo'
VERSION='1.6.8'
VERSION='1.6.8rc4'
 
 
cat >>confdefs.h <<_ACEOF
......@@ -21049,7 +21049,7 @@ ac_config_files="$ac_config_files test/Select.test test/Spectral.test test/Timst
 
ac_config_files="$ac_config_files test/Detrend.test test/Arith.test test/Gradsdes.test"
 
ac_config_files="$ac_config_files test/inputfiles.test"
ac_config_files="$ac_config_files test/wildcard.test"
 
ac_config_files="$ac_config_files Makefile src/Makefile contrib/Makefile test/Makefile test/data/Makefile cdo.spec cdo.settings"
 
......@@ -21627,7 +21627,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 cdo $as_me 1.6.8, which was
This file was extended by cdo $as_me 1.6.8rc4, which was
generated by GNU Autoconf 2.68. Invocation command line was
 
CONFIG_FILES = $CONFIG_FILES
......@@ -21693,7 +21693,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
cdo config.status 1.6.8
cdo config.status 1.6.8rc4
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
 
......@@ -22215,7 +22215,7 @@ do
"test/Detrend.test") CONFIG_FILES="$CONFIG_FILES test/Detrend.test" ;;
"test/Arith.test") CONFIG_FILES="$CONFIG_FILES test/Arith.test" ;;
"test/Gradsdes.test") CONFIG_FILES="$CONFIG_FILES test/Gradsdes.test" ;;
"test/inputfiles.test") CONFIG_FILES="$CONFIG_FILES test/inputfiles.test" ;;
"test/wildcard.test") CONFIG_FILES="$CONFIG_FILES test/wildcard.test" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
"contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
......@@ -23723,7 +23723,7 @@ _LT_EOF
"test/Detrend.test":F) chmod a+x "$ac_file" ;;
"test/Arith.test":F) chmod a+x "$ac_file" ;;
"test/Gradsdes.test":F) chmod a+x "$ac_file" ;;
"test/inputfiles.test":F) chmod a+x "$ac_file" ;;
"test/wildcard.test":F) chmod a+x "$ac_file" ;;
 
esac
done # for ac_tag
......
......@@ -4,7 +4,7 @@
# autoconf 2.68
# libtool 2.4.2
AC_INIT([cdo], [1.6.8], [http://mpimet.mpg.de/cdo])
AC_INIT([cdo], [1.6.8rc4], [http://mpimet.mpg.de/cdo])
AC_DEFINE_UNQUOTED(CDO, ["$PACKAGE_VERSION"], [CDO version])
......@@ -228,7 +228,7 @@ AC_CONFIG_FILES([test/File.test test/Read_grib.test test/Read_netcdf.test test/C
AC_CONFIG_FILES([test/Cat.test test/Gridarea.test test/Genweights.test test/Remap.test],[chmod a+x "$ac_file"])
AC_CONFIG_FILES([test/Select.test test/Spectral.test test/Timstat.test test/Vertint.test],[chmod a+x "$ac_file"])
AC_CONFIG_FILES([test/Detrend.test test/Arith.test test/Gradsdes.test],[chmod a+x "$ac_file"])
AC_CONFIG_FILES([test/inputfiles.test],[chmod a+x "$ac_file"])
AC_CONFIG_FILES([test/wildcard.test],[chmod a+x "$ac_file"])
AC_CONFIG_FILES([Makefile src/Makefile contrib/Makefile test/Makefile test/data/Makefile cdo.spec cdo.settings])
AC_OUTPUT
......
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