From a6006f3a7990caeedc981182a561684e9dcaab19 Mon Sep 17 00:00:00 2001 From: William Joye Date: Wed, 18 Apr 2018 13:51:00 -0400 Subject: update version numbers --- ds9/doc/release/r8.0.html | 21 +++++++++++++++++++++ ds9/library/ds9.tcl | 2 +- ds9/library/help.tcl | 2 +- .../Frameworks/Tksao.framework/Resources/Info.plist | 6 +++--- ds9/macos/SAOImageDS9.app/Contents/Info.plist | 6 +++--- ds9/macos/configure | 18 +++++++++--------- ds9/macos/configure.ac | 2 +- ds9/unix/configure | 18 +++++++++--------- ds9/unix/configure.ac | 2 +- ds9/win/configure | 18 +++++++++--------- ds9/win/configure.ac | 2 +- ds9/win/ds9.rc | 6 +++--- macos/configure | 18 +++++++++--------- macos/configure.ac | 2 +- make.include | 4 ++-- unix/configure | 18 +++++++++--------- unix/configure.ac | 2 +- win/configure | 18 +++++++++--------- win/configure.ac | 2 +- 19 files changed, 94 insertions(+), 73 deletions(-) create mode 100644 ds9/doc/release/r8.0.html diff --git a/ds9/doc/release/r8.0.html b/ds9/doc/release/r8.0.html new file mode 100644 index 0000000..121fd81 --- /dev/null +++ b/ds9/doc/release/r8.0.html @@ -0,0 +1,21 @@ + + + + + + DS9 Version 8.0 Release Notes + + +

SAOImageDS9 Version 8.0 Release Notes

+
    +
      +
    1. 04.18.2018 GUI: fixed an issue with loading gzipped multiple extension fits files with the -multiframe option.
    2. +
    3. xx.xx.2018 RELEASE version 8.0b1
    4. +
    +
+ + diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl index 1f4b8d5..9b3a755 100644 --- a/ds9/library/ds9.tcl +++ b/ds9/library/ds9.tcl @@ -13,7 +13,7 @@ proc DS9Def {} { } # for beta version, MUST have space - set ds9(version) {7.7 b1} + set ds9(version) {8.0 b1} set ds9(top) . set ds9(mb) .mb diff --git a/ds9/library/help.tcl b/ds9/library/help.tcl index 2e34758..fb9967a 100644 --- a/ds9/library/help.tcl +++ b/ds9/library/help.tcl @@ -12,7 +12,7 @@ proc HelpDef {} { set help(command) "$ds9(root)/doc/ref/command.html" set help(userman) "$ds9(root)/doc/user/index.html" set help(faq) "$ds9(root)/doc/faq.html" - set help(release) "$ds9(root)/doc/release/r7.6.html" + set help(release) "$ds9(root)/doc/release/r8.0.html" set help(helpdesk) "$ds9(root)/doc/helpdesk.html" set help(story) "$ds9(root)/doc/story.html" set help(ack) "$ds9(root)/doc/acknowledgment.html" diff --git a/ds9/macos/SAOImageDS9.app/Contents/Frameworks/Tksao.framework/Resources/Info.plist b/ds9/macos/SAOImageDS9.app/Contents/Frameworks/Tksao.framework/Resources/Info.plist index 4d52b17..a4d1290 100644 --- a/ds9/macos/SAOImageDS9.app/Contents/Frameworks/Tksao.framework/Resources/Info.plist +++ b/ds9/macos/SAOImageDS9.app/Contents/Frameworks/Tksao.framework/Resources/Info.plist @@ -14,7 +14,7 @@ CFBundleExecutable Tk CFBundleGetInfoString - Tksao 7.6, + Tksao 8.0, Copyright 1999-2018 Smithsonian Astrophysical Observatory" CFBundleIdentifier @@ -26,10 +26,10 @@ Smithsonian Astrophysical Observatory" CFBundlePackageType BNDL CFBundleShortVersionString - 7.6 + 8.0 CFBundleSignature Tksao CFBundleVersion - 7.6 + 8.0 diff --git a/ds9/macos/SAOImageDS9.app/Contents/Info.plist b/ds9/macos/SAOImageDS9.app/Contents/Info.plist index 28d27a6..edec4b1 100644 --- a/ds9/macos/SAOImageDS9.app/Contents/Info.plist +++ b/ds9/macos/SAOImageDS9.app/Contents/Info.plist @@ -35,7 +35,7 @@ CFBundleExecutable ds9 CFBundleGetInfoString - "SAOImageDS9 7.7b1 + "SAOImageDS9 8.0b1 Copyright 1999-2018 Smithsonian Astrophysical Observatory" CFBundleIconFile @@ -49,11 +49,11 @@ Smithsonian Astrophysical Observatory" CFBundlePackageType APPL CFBundleShortVersionString - 7.7b1 + 8.0b1 CFBundleSignature DS9 CFBundleVersion - 7.7b1 + 8.0b1 NSHighResolutionCapable True LSMinimumSystemVersion diff --git a/ds9/macos/configure b/ds9/macos/configure index 54194e0..4f4bd03 100755 --- a/ds9/macos/configure +++ b/ds9/macos/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ds9 7.6. +# Generated by GNU Autoconf 2.69 for ds9 8.0. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -577,8 +577,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ds9' PACKAGE_TARNAME='ds9' -PACKAGE_VERSION='7.6' -PACKAGE_STRING='ds9 7.6' +PACKAGE_VERSION='8.0' +PACKAGE_STRING='ds9 8.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1503,7 +1503,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 ds9 7.6 to adapt to many kinds of systems. +\`configure' configures ds9 8.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1568,7 +1568,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ds9 7.6:";; + short | recursive ) echo "Configuration of ds9 8.0:";; esac cat <<\_ACEOF @@ -1695,7 +1695,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ds9 configure 7.6 +ds9 configure 8.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2060,7 +2060,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 ds9 $as_me 7.6, which was +It was created by ds9 $as_me 8.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -15474,7 +15474,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 ds9 $as_me 7.6, which was +This file was extended by ds9 $as_me 8.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15527,7 +15527,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="\\ -ds9 config.status 7.6 +ds9 config.status 8.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/ds9/macos/configure.ac b/ds9/macos/configure.ac index 6aca1bd..279216f 100644 --- a/ds9/macos/configure.ac +++ b/ds9/macos/configure.ac @@ -19,7 +19,7 @@ dnl to configure the system for the local environment. # so that we create the export library with the dll. #----------------------------------------------------------------------- -AC_INIT([ds9], [7.6]) +AC_INIT([ds9], [8.0]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. diff --git a/ds9/unix/configure b/ds9/unix/configure index efb03ae..9ab1843 100755 --- a/ds9/unix/configure +++ b/ds9/unix/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ds9 7.6. +# Generated by GNU Autoconf 2.69 for ds9 8.0. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -577,8 +577,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ds9' PACKAGE_TARNAME='ds9' -PACKAGE_VERSION='7.6' -PACKAGE_STRING='ds9 7.6' +PACKAGE_VERSION='8.0' +PACKAGE_STRING='ds9 8.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1504,7 +1504,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 ds9 7.6 to adapt to many kinds of systems. +\`configure' configures ds9 8.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1569,7 +1569,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ds9 7.6:";; + short | recursive ) echo "Configuration of ds9 8.0:";; esac cat <<\_ACEOF @@ -1696,7 +1696,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ds9 configure 7.6 +ds9 configure 8.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2061,7 +2061,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 ds9 $as_me 7.6, which was +It was created by ds9 $as_me 8.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -15604,7 +15604,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 ds9 $as_me 7.6, which was +This file was extended by ds9 $as_me 8.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15657,7 +15657,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="\\ -ds9 config.status 7.6 +ds9 config.status 8.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/ds9/unix/configure.ac b/ds9/unix/configure.ac index 8fcebc6..0c3b2ce 100644 --- a/ds9/unix/configure.ac +++ b/ds9/unix/configure.ac @@ -19,7 +19,7 @@ dnl to configure the system for the local environment. # so that we create the export library with the dll. #----------------------------------------------------------------------- -AC_INIT([ds9], [7.6]) +AC_INIT([ds9], [8.0]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. diff --git a/ds9/win/configure b/ds9/win/configure index e71c2ce..027e13d 100755 --- a/ds9/win/configure +++ b/ds9/win/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ds9 7.6. +# Generated by GNU Autoconf 2.69 for ds9 8.0. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -577,8 +577,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ds9' PACKAGE_TARNAME='ds9' -PACKAGE_VERSION='7.6' -PACKAGE_STRING='ds9 7.6' +PACKAGE_VERSION='8.0' +PACKAGE_STRING='ds9 8.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1488,7 +1488,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 ds9 7.6 to adapt to many kinds of systems. +\`configure' configures ds9 8.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1549,7 +1549,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ds9 7.6:";; + short | recursive ) echo "Configuration of ds9 8.0:";; esac cat <<\_ACEOF @@ -1672,7 +1672,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ds9 configure 7.6 +ds9 configure 8.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2037,7 +2037,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 ds9 $as_me 7.6, which was +It was created by ds9 $as_me 8.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -14493,7 +14493,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 ds9 $as_me 7.6, which was +This file was extended by ds9 $as_me 8.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14546,7 +14546,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="\\ -ds9 config.status 7.6 +ds9 config.status 8.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/ds9/win/configure.ac b/ds9/win/configure.ac index eb30ac6..b44fbc3 100644 --- a/ds9/win/configure.ac +++ b/ds9/win/configure.ac @@ -19,7 +19,7 @@ dnl to configure the system for the local environment. # so that we create the export library with the dll. #----------------------------------------------------------------------- -AC_INIT([ds9], [7.6]) +AC_INIT([ds9], [8.0]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc index 4f6d050..3bc876d 100644 --- a/ds9/win/ds9.rc +++ b/ds9/win/ds9.rc @@ -1,10 +1,10 @@ #include -#define VV "7.7b1" +#define VV "8.0b1" VS_VERSION_INFO VERSIONINFO - FILEVERSION 7,7,0,0 - PRODUCTVERSION 7,7,0,0 + FILEVERSION 8,0,0,0 + PRODUCTVERSION 8,0,0,0 FILEFLAGSMASK 0x3fL FILEFLAGS 0x0L FILEOS VOS__WINDOWS32 diff --git a/macos/configure b/macos/configure index 5ac0bd4..98eeb57 100755 --- a/macos/configure +++ b/macos/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for saods9 7.6. +# Generated by GNU Autoconf 2.69 for saods9 8.0. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -576,8 +576,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='saods9' PACKAGE_TARNAME='saods9' -PACKAGE_VERSION='7.6' -PACKAGE_STRING='saods9 7.6' +PACKAGE_VERSION='8.0' +PACKAGE_STRING='saods9 8.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1185,7 +1185,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 saods9 7.6 to adapt to many kinds of systems. +\`configure' configures saods9 8.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1246,7 +1246,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of saods9 7.6:";; + short | recursive ) echo "Configuration of saods9 8.0:";; esac cat <<\_ACEOF @@ -1318,7 +1318,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -saods9 configure 7.6 +saods9 configure 8.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1335,7 +1335,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 saods9 $as_me 7.6, which was +It was created by saods9 $as_me 8.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2412,7 +2412,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 saods9 $as_me 7.6, which was +This file was extended by saods9 $as_me 8.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2465,7 +2465,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="\\ -saods9 config.status 7.6 +saods9 config.status 8.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/macos/configure.ac b/macos/configure.ac index db692da..20a51e9 100755 --- a/macos/configure.ac +++ b/macos/configure.ac @@ -19,7 +19,7 @@ dnl to configure the system for the local environment. # so that we create the export library with the dll. #----------------------------------------------------------------------- -AC_INIT([saods9], [7.6]) +AC_INIT([saods9], [8.0]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. diff --git a/make.include b/make.include index 8b1ac02..eff200e 100644 --- a/make.include +++ b/make.include @@ -22,8 +22,8 @@ # libxslt 1.1.29 # openssl 1.0.2k -DS9_VERSION = 7.7b1 -XPA_VERSION = 2.1.17 +DS9_VERSION = 8.0b1 +XPA_VERSION = 2.1.18 TCL_VERSION = 8.6 #-------------------------- Defs diff --git a/unix/configure b/unix/configure index 1a89e2d..8a2ad89 100755 --- a/unix/configure +++ b/unix/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for saods9 7.6. +# Generated by GNU Autoconf 2.69 for saods9 8.0. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -576,8 +576,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='saods9' PACKAGE_TARNAME='saods9' -PACKAGE_VERSION='7.6' -PACKAGE_STRING='saods9 7.6' +PACKAGE_VERSION='8.0' +PACKAGE_STRING='saods9 8.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1186,7 +1186,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 saods9 7.6 to adapt to many kinds of systems. +\`configure' configures saods9 8.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1247,7 +1247,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of saods9 7.6:";; + short | recursive ) echo "Configuration of saods9 8.0:";; esac cat <<\_ACEOF @@ -1319,7 +1319,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -saods9 configure 7.6 +saods9 configure 8.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1336,7 +1336,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 saods9 $as_me 7.6, which was +It was created by saods9 $as_me 8.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2457,7 +2457,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 saods9 $as_me 7.6, which was +This file was extended by saods9 $as_me 8.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2510,7 +2510,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="\\ -saods9 config.status 7.6 +saods9 config.status 8.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/unix/configure.ac b/unix/configure.ac index b16de8d..d6c8aca 100755 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -19,7 +19,7 @@ dnl to configure the system for the local environment. # so that we create the export library with the dll. #----------------------------------------------------------------------- -AC_INIT([saods9], [7.6]) +AC_INIT([saods9], [8.0]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. diff --git a/win/configure b/win/configure index 094d4fd..641efe9 100755 --- a/win/configure +++ b/win/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for saods9 7.6. +# Generated by GNU Autoconf 2.69 for saods9 8.0. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -576,8 +576,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='saods9' PACKAGE_TARNAME='saods9' -PACKAGE_VERSION='7.6' -PACKAGE_STRING='saods9 7.6' +PACKAGE_VERSION='8.0' +PACKAGE_STRING='saods9 8.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1186,7 +1186,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 saods9 7.6 to adapt to many kinds of systems. +\`configure' configures saods9 8.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1247,7 +1247,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of saods9 7.6:";; + short | recursive ) echo "Configuration of saods9 8.0:";; esac cat <<\_ACEOF @@ -1319,7 +1319,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -saods9 configure 7.6 +saods9 configure 8.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1336,7 +1336,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 saods9 $as_me 7.6, which was +It was created by saods9 $as_me 8.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2423,7 +2423,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 saods9 $as_me 7.6, which was +This file was extended by saods9 $as_me 8.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2476,7 +2476,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="\\ -saods9 config.status 7.6 +saods9 config.status 8.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/win/configure.ac b/win/configure.ac index 20a5a3a..11f6afa 100755 --- a/win/configure.ac +++ b/win/configure.ac @@ -19,7 +19,7 @@ dnl to configure the system for the local environment. # so that we create the export library with the dll. #----------------------------------------------------------------------- -AC_INIT([saods9], [7.6]) +AC_INIT([saods9], [8.0]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. -- cgit v0.12