Index: configure =================================================================== diff -u -r69cf721ea2eb81c0df8c2b4bfb831c367780a59b -r21336c95f6123ebf608e5ab45b9674cffba35303 --- configure (.../configure) (revision 69cf721ea2eb81c0df8c2b4bfb831c367780a59b) +++ configure (.../configure) (revision 21336c95f6123ebf608e5ab45b9674cffba35303) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for nsf 2.0b2. +# Generated by GNU Autoconf 2.68 for nsf 2.0b3. # # # 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.0b2' -PACKAGE_STRING='nsf 2.0b2' +PACKAGE_VERSION='2.0b3' +PACKAGE_STRING='nsf 2.0b3' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1302,7 +1302,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.0b2 to adapt to many kinds of systems. +\`configure' configures nsf 2.0b3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1363,7 +1363,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of nsf 2.0b2:";; + short | recursive ) echo "Configuration of nsf 2.0b3:";; esac cat <<\_ACEOF @@ -1474,7 +1474,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -nsf configure 2.0b2 +nsf configure 2.0b3 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1839,7 +1839,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.0b2, which was +It was created by nsf $as_me 2.0b3, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -9049,7 +9049,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.0b2, which was +This file was extended by nsf $as_me 2.0b3, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9102,7 +9102,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.0b2 +nsf config.status 2.0b3 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" Index: configure.in =================================================================== diff -u -r69cf721ea2eb81c0df8c2b4bfb831c367780a59b -r21336c95f6123ebf608e5ab45b9674cffba35303 --- configure.in (.../configure.in) (revision 69cf721ea2eb81c0df8c2b4bfb831c367780a59b) +++ configure.in (.../configure.in) (revision 21336c95f6123ebf608e5ab45b9674cffba35303) @@ -11,7 +11,7 @@ # for this package, and can be a relative path, such as: # #-------------------------------------------------------------------- -define(NsfVersion, 2.0b2) +define(NsfVersion, 2.0b3) AC_INIT([nsf], [NsfVersion]) #-------------------------------------------------------------------- Index: library/nx/nx.tcl =================================================================== diff -u -r9f648cc26cb52f30ca8380509ede5bc714813b8c -r21336c95f6123ebf608e5ab45b9674cffba35303 --- library/nx/nx.tcl (.../nx.tcl) (revision 9f648cc26cb52f30ca8380509ede5bc714813b8c) +++ library/nx/nx.tcl (.../nx.tcl) (revision 21336c95f6123ebf608e5ab45b9674cffba35303) @@ -28,7 +28,7 @@ # SOFTWARE. # package require nsf -package provide nx 2.0b2 +package provide nx 2.0b3 namespace eval ::nx { namespace eval ::nsf {}; # make pkg indexer happy Index: library/nx/pkgIndex.tcl =================================================================== diff -u -r96fd7ec7c3e09038f2ac706a0ded966c2125be74 -r21336c95f6123ebf608e5ab45b9674cffba35303 --- library/nx/pkgIndex.tcl (.../pkgIndex.tcl) (revision 96fd7ec7c3e09038f2ac706a0ded966c2125be74) +++ library/nx/pkgIndex.tcl (.../pkgIndex.tcl) (revision 21336c95f6123ebf608e5ab45b9674cffba35303) @@ -8,4 +8,4 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded nx 2.0b2 [list source [file join $dir nx.tcl]] +package ifneeded nx 2.0b3 [list source [file join $dir nx.tcl]] Index: library/xotcl/library/pkgIndex.tcl =================================================================== diff -u -r96fd7ec7c3e09038f2ac706a0ded966c2125be74 -r21336c95f6123ebf608e5ab45b9674cffba35303 --- library/xotcl/library/pkgIndex.tcl (.../pkgIndex.tcl) (revision 96fd7ec7c3e09038f2ac706a0ded966c2125be74) +++ library/xotcl/library/pkgIndex.tcl (.../pkgIndex.tcl) (revision 21336c95f6123ebf608e5ab45b9674cffba35303) @@ -8,4 +8,4 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded XOTcl 2.0b2 [list source [file join $dir xotcl2.tcl]] +package ifneeded XOTcl 2.0b3 [list source [file join $dir xotcl2.tcl]] Index: library/xotcl/library/xotcl2.tcl =================================================================== diff -u -r02c5fd2264c925e0e8501baeb0e33a42ea0ff992 -r21336c95f6123ebf608e5ab45b9674cffba35303 --- library/xotcl/library/xotcl2.tcl (.../xotcl2.tcl) (revision 02c5fd2264c925e0e8501baeb0e33a42ea0ff992) +++ library/xotcl/library/xotcl2.tcl (.../xotcl2.tcl) (revision 21336c95f6123ebf608e5ab45b9674cffba35303) @@ -28,7 +28,7 @@ # SOFTWARE. # -package provide XOTcl 2.0b2 +package provide XOTcl 2.0b3 package require nx #######################################################