Index: configure =================================================================== diff -u -r9333bfa110291a29fa898b0ce554e8848db5d031 -r764405083cfd6152d6956674e54f3a77cf7e1dcd --- configure (.../configure) (revision 9333bfa110291a29fa898b0ce554e8848db5d031) +++ configure (.../configure) (revision 764405083cfd6152d6956674e54f3a77cf7e1dcd) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for nsf 2.0b3. +# Generated by GNU Autoconf 2.68 for nsf 2.0b4. # # # 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.0b3' -PACKAGE_STRING='nsf 2.0b3' +PACKAGE_VERSION='2.0b4' +PACKAGE_STRING='nsf 2.0b4' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1303,7 +1303,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.0b3 to adapt to many kinds of systems. +\`configure' configures nsf 2.0b4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1364,7 +1364,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of nsf 2.0b3:";; + short | recursive ) echo "Configuration of nsf 2.0b4:";; esac cat <<\_ACEOF @@ -1477,7 +1477,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -nsf configure 2.0b3 +nsf configure 2.0b4 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1842,7 +1842,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.0b3, which was +It was created by nsf $as_me 2.0b4, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -9075,7 +9075,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.0b3, which was +This file was extended by nsf $as_me 2.0b4, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9128,7 +9128,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.0b3 +nsf config.status 2.0b4 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" Index: configure.in =================================================================== diff -u -r9333bfa110291a29fa898b0ce554e8848db5d031 -r764405083cfd6152d6956674e54f3a77cf7e1dcd --- configure.in (.../configure.in) (revision 9333bfa110291a29fa898b0ce554e8848db5d031) +++ configure.in (.../configure.in) (revision 764405083cfd6152d6956674e54f3a77cf7e1dcd) @@ -11,7 +11,7 @@ # for this package, and can be a relative path, such as: # #-------------------------------------------------------------------- -define(NsfVersion, 2.0b3) +define(NsfVersion, 2.0b4) AC_INIT([nsf], [NsfVersion]) #-------------------------------------------------------------------- Index: library/nx/nx.tcl =================================================================== diff -u -r8d45ee4442be4ba3222fa1abaeacd94a7aa02cc3 -r764405083cfd6152d6956674e54f3a77cf7e1dcd --- library/nx/nx.tcl (.../nx.tcl) (revision 8d45ee4442be4ba3222fa1abaeacd94a7aa02cc3) +++ library/nx/nx.tcl (.../nx.tcl) (revision 764405083cfd6152d6956674e54f3a77cf7e1dcd) @@ -28,7 +28,7 @@ # SOFTWARE. # package require nsf -package provide nx 2.0b3 +package provide nx 2.0b4 namespace eval ::nx { namespace eval ::nsf {} ;# make pkg-indexer happy Index: library/nx/pkgIndex.tcl =================================================================== diff -u -r21336c95f6123ebf608e5ab45b9674cffba35303 -r764405083cfd6152d6956674e54f3a77cf7e1dcd --- library/nx/pkgIndex.tcl (.../pkgIndex.tcl) (revision 21336c95f6123ebf608e5ab45b9674cffba35303) +++ library/nx/pkgIndex.tcl (.../pkgIndex.tcl) (revision 764405083cfd6152d6956674e54f3a77cf7e1dcd) @@ -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.0b3 [list source [file join $dir nx.tcl]] +package ifneeded nx 2.0b4 [list source [file join $dir nx.tcl]] Index: library/xotcl/library/pkgIndex.tcl =================================================================== diff -u -r21336c95f6123ebf608e5ab45b9674cffba35303 -r764405083cfd6152d6956674e54f3a77cf7e1dcd --- library/xotcl/library/pkgIndex.tcl (.../pkgIndex.tcl) (revision 21336c95f6123ebf608e5ab45b9674cffba35303) +++ library/xotcl/library/pkgIndex.tcl (.../pkgIndex.tcl) (revision 764405083cfd6152d6956674e54f3a77cf7e1dcd) @@ -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.0b3 [list source [file join $dir xotcl2.tcl]] +package ifneeded XOTcl 2.0b4 [list source [file join $dir xotcl2.tcl]] Index: library/xotcl/library/xotcl2.tcl =================================================================== diff -u -rf61ee3dfc17d8cf04a0dc9ada9cb0f939514a511 -r764405083cfd6152d6956674e54f3a77cf7e1dcd --- library/xotcl/library/xotcl2.tcl (.../xotcl2.tcl) (revision f61ee3dfc17d8cf04a0dc9ada9cb0f939514a511) +++ library/xotcl/library/xotcl2.tcl (.../xotcl2.tcl) (revision 764405083cfd6152d6956674e54f3a77cf7e1dcd) @@ -28,7 +28,7 @@ # SOFTWARE. # -package provide XOTcl 2.0b3 +package provide XOTcl 2.0b4 package require nx #######################################################