Index: TODO =================================================================== diff -u -r0618932a2d3c36c40bc549b3d191ba2de8e9efa9 -rb03af92ee24792b6ea79e8d7ff39a3571997f975 --- TODO (.../TODO) (revision 0618932a2d3c36c40bc549b3d191ba2de8e9efa9) +++ TODO (.../TODO) (revision b03af92ee24792b6ea79e8d7ff39a3571997f975) @@ -3485,6 +3485,15 @@ - xotcl2.tcl: * added a backward compatible ::xotcl::alias method +- Switched to the tcl numbering scheme. Version is now 2.0a1 + Warning: From the Tcl point of view, this is a regression in + numbering relative to the previous 2.0.0. Make sure to + remove old releases from you installation path like e.g. + + rm -rf /usr/local/lib/libnsf2.0.0* /usr/local/lib/nsf2.0.0 + + + TODO: - private: * document private in tutorial Index: configure =================================================================== diff -u -r17ba2f1d86be4afd497d652b7ee39a5edc771a22 -rb03af92ee24792b6ea79e8d7ff39a3571997f975 --- configure (.../configure) (revision 17ba2f1d86be4afd497d652b7ee39a5edc771a22) +++ configure (.../configure) (revision b03af92ee24792b6ea79e8d7ff39a3571997f975) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for nsf 2.0.0. +# Generated by GNU Autoconf 2.68 for nsf 2.0a1. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -557,8 +557,8 @@ # Identity of this package. PACKAGE_NAME='nsf' PACKAGE_TARNAME='nsf' -PACKAGE_VERSION='2.0.0' -PACKAGE_STRING='nsf 2.0.0' +PACKAGE_VERSION='2.0a1' +PACKAGE_STRING='nsf 2.0a1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1306,7 +1306,7 @@ # 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 nsf 2.0.0 to adapt to many kinds of systems. +\`configure' configures nsf 2.0a1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1367,7 +1367,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of nsf 2.0.0:";; + short | recursive ) echo "Configuration of nsf 2.0a1:";; esac cat <<\_ACEOF @@ -1482,7 +1482,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -nsf configure 2.0.0 +nsf configure 2.0a1 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1847,7 +1847,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by nsf $as_me 2.0.0, which was +It was created by nsf $as_me 2.0a1, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2424,9 +2424,9 @@ # the script changeXOTclVersion NSF_MAJOR_VERSION=2 NSF_MINOR_VERSION=0 -NSF_RELEASE_SERIAL=0 -NSF_PATCH_LEVEL=${NSF_MAJOR_VERSION}.${NSF_MINOR_VERSION}.${NSF_RELEASE_SERIAL} +NSF_PATCH_LEVEL=$PACKAGE_VERSION +#NSF_PATCH_LEVEL=${NSF_MAJOR_VERSION}.${NSF_MINOR_VERSION}.${NSF_RELEASE_SERIAL} NSF_VERSION=${NSF_MAJOR_VERSION}.${NSF_MINOR_VERSION} NODOT_VERSION=${NSF_MAJOR_VERSION}${NSF_MINOR_VERSION} @@ -9081,7 +9081,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by nsf $as_me 2.0.0, which was +This file was extended by nsf $as_me 2.0a1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9134,7 +9134,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -nsf config.status 2.0.0 +nsf config.status 2.0a1 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" Index: configure.in =================================================================== diff -u -r17ba2f1d86be4afd497d652b7ee39a5edc771a22 -rb03af92ee24792b6ea79e8d7ff39a3571997f975 --- configure.in (.../configure.in) (revision 17ba2f1d86be4afd497d652b7ee39a5edc771a22) +++ configure.in (.../configure.in) (revision b03af92ee24792b6ea79e8d7ff39a3571997f975) @@ -11,7 +11,7 @@ # for this package, and can be a relative path, such as: # #-------------------------------------------------------------------- -define(NsfVersion, 2.0.0) +define(NsfVersion, 2.0a1) AC_INIT([nsf], [NsfVersion]) #-------------------------------------------------------------------- @@ -89,9 +89,8 @@ # the script changeXOTclVersion NSF_MAJOR_VERSION=2 NSF_MINOR_VERSION=0 -NSF_RELEASE_SERIAL=0 -NSF_PATCH_LEVEL=${NSF_MAJOR_VERSION}.${NSF_MINOR_VERSION}.${NSF_RELEASE_SERIAL} +NSF_PATCH_LEVEL=$PACKAGE_VERSION NSF_VERSION=${NSF_MAJOR_VERSION}.${NSF_MINOR_VERSION} NODOT_VERSION=${NSF_MAJOR_VERSION}${NSF_MINOR_VERSION} Index: nsfConfig.sh.in =================================================================== diff -u -rd137fce76cdcb71cb10ea76a24e480923124d12c -rb03af92ee24792b6ea79e8d7ff39a3571997f975 --- nsfConfig.sh.in (.../nsfConfig.sh.in) (revision d137fce76cdcb71cb10ea76a24e480923124d12c) +++ nsfConfig.sh.in (.../nsfConfig.sh.in) (revision b03af92ee24792b6ea79e8d7ff39a3571997f975) @@ -13,9 +13,7 @@ # Version number. NSF_VERSION='@NSF_VERSION@' -NSF_MAJOR_VERSION='@NSF_MAJOR_VERSION@' -NSF_MINOR_VERSION='@NSF_MINOR_VERSION@' -NSF_RELEASE_LEVEL='@NSF_RELEASE_LEVEL@' +NSF_PATCH_LEVEL='@NSF_PATCH_LEVEL@' # String to pass to compiles to pick up includes during build # (i.e., assuming nothing has been installed)