Index: configure =================================================================== diff -u -N -r1c256d871fdda3b5f51923b072129b9c589f567e -r9b831c84733568b14118c288e19191bdc7e35a8e --- configure (.../configure) (revision 1c256d871fdda3b5f51923b072129b9c589f567e) +++ configure (.../configure) (revision 9b831c84733568b14118c288e19191bdc7e35a8e) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for nsf 2.1.0. +# Generated by GNU Autoconf 2.69 for nsf 2.2.0. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='nsf' PACKAGE_TARNAME='nsf' -PACKAGE_VERSION='2.1.0' -PACKAGE_STRING='nsf 2.1.0' +PACKAGE_VERSION='2.2.0' +PACKAGE_STRING='nsf 2.2.0' PACKAGE_BUGREPORT='https://sourceforge.net/p/next-scripting/tickets/' PACKAGE_URL='' @@ -1350,7 +1350,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.1.0 to adapt to many kinds of systems. +\`configure' configures nsf 2.2.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1411,7 +1411,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of nsf 2.1.0:";; + short | recursive ) echo "Configuration of nsf 2.2.0:";; esac cat <<\_ACEOF @@ -1534,7 +1534,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -nsf configure 2.1.0 +nsf configure 2.2.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1903,7 +1903,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.1.0, which was +It was created by nsf $as_me 2.2.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -9235,13 +9235,15 @@ else -NSF_BUILD_LIB_SPEC="${NSF_SRC_DIR}/${PKG_LIB_FILE}" -NSF_LIB_SPEC="${NSF_PKG_LIBDIR}/${PKG_LIB_FILE}" -NSF_BUILD_STUB_LIB_PATH="${NSF_BUILD_DIR}/${PKG_STUB_LIB_FILE}" -NSF_STUB_LIB_PATH="${NSF_PKG_LIBDIR}/${PKG_STUB_LIB_FILE}" -NSF_BUILD_STUB_LIB_SPEC="${NSF_BUILD_DIR}/${PKG_STUB_LIB_FILE}" -NSF_STUB_LIB_SPEC="${NSF_PKG_LIBDIR}/${PKG_STUB_LIB_FILE}" + NSF_BUILD_LIB_SPEC="${NSF_SRC_DIR}/${PKG_LIB_FILE}" + NSF_LIB_SPEC="${NSF_PKG_LIBDIR}/${PKG_LIB_FILE}" + NSF_BUILD_STUB_LIB_PATH="${NSF_BUILD_DIR}/${PKG_STUB_LIB_FILE}" + NSF_STUB_LIB_PATH="${NSF_PKG_LIBDIR}/${PKG_STUB_LIB_FILE}" + NSF_BUILD_STUB_LIB_SPEC="${NSF_BUILD_DIR}/${PKG_STUB_LIB_FILE}" + NSF_STUB_LIB_SPEC="${NSF_PKG_LIBDIR}/${PKG_STUB_LIB_FILE}" + $as_echo "#define COMPILE_NSF_STUBS 1" >>confdefs.h + fi @@ -9840,7 +9842,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.1.0, which was +This file was extended by nsf $as_me 2.2.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9893,7 +9895,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.1.0 +nsf config.status 2.2.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Index: configure.ac =================================================================== diff -u -N -r554234e8d90ba8286415894bea7f1177201ffa13 -r9b831c84733568b14118c288e19191bdc7e35a8e --- configure.ac (.../configure.ac) (revision 554234e8d90ba8286415894bea7f1177201ffa13) +++ configure.ac (.../configure.ac) (revision 9b831c84733568b14118c288e19191bdc7e35a8e) @@ -13,7 +13,7 @@ #-------------------------------------------------------------------- AC_PREREQ([2.69]) -define(NsfVersion, 2.1.0) +define(NsfVersion, 2.2.0) AC_INIT([nsf], [NsfVersion], [https://sourceforge.net/p/next-scripting/tickets/]) AC_CONFIG_MACRO_DIR([m4]) Index: library/nx/nx.tcl =================================================================== diff -u -N -rae081c0f1926da915e0584d8561abaa8a2a022a4 -r9b831c84733568b14118c288e19191bdc7e35a8e --- library/nx/nx.tcl (.../nx.tcl) (revision ae081c0f1926da915e0584d8561abaa8a2a022a4) +++ library/nx/nx.tcl (.../nx.tcl) (revision 9b831c84733568b14118c288e19191bdc7e35a8e) @@ -37,9 +37,11 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -package require nsf -package provide nx 2.1.0 +package req nsf + +package provide nx 2.2.0 + namespace eval ::nx { namespace eval ::nsf {} ;# make pkg-indexer happy Index: library/nx/pkgIndex.tcl =================================================================== diff -u -N -rdadf28efd0707ae40076f49837e6b45ad5b2a989 -r9b831c84733568b14118c288e19191bdc7e35a8e --- library/nx/pkgIndex.tcl (.../pkgIndex.tcl) (revision dadf28efd0707ae40076f49837e6b45ad5b2a989) +++ library/nx/pkgIndex.tcl (.../pkgIndex.tcl) (revision 9b831c84733568b14118c288e19191bdc7e35a8e) @@ -1,3 +1,3 @@ -package ifneeded nx 2.1.0 [list source [file join $dir nx.tcl]] +package ifneeded nx 2.2.0 [list source [file join $dir nx.tcl]] package ifneeded nx::class-method 1.0 [list source [file join $dir class-method.tcl]] package ifneeded nx::plain-object-method 1.0 [list source [file join $dir plain-object-method.tcl]] Index: library/xotcl/library/pkgIndex.tcl =================================================================== diff -u -N -r52a6105ea8b966cf8cc33d2201f8d7fa8c05dbc3 -r9b831c84733568b14118c288e19191bdc7e35a8e --- library/xotcl/library/pkgIndex.tcl (.../pkgIndex.tcl) (revision 52a6105ea8b966cf8cc33d2201f8d7fa8c05dbc3) +++ library/xotcl/library/pkgIndex.tcl (.../pkgIndex.tcl) (revision 9b831c84733568b14118c288e19191bdc7e35a8e) @@ -1 +1 @@ -package ifneeded XOTcl 2.1.0 [list source [file join $dir xotcl2.tcl]] +package ifneeded XOTcl 2.2.0 [list source [file join $dir xotcl2.tcl]] Index: library/xotcl/library/xotcl2.tcl =================================================================== diff -u -N -rbada4fa126ec3b40fde58ced8c41f0281e9629fa -r9b831c84733568b14118c288e19191bdc7e35a8e --- library/xotcl/library/xotcl2.tcl (.../xotcl2.tcl) (revision bada4fa126ec3b40fde58ced8c41f0281e9629fa) +++ library/xotcl/library/xotcl2.tcl (.../xotcl2.tcl) (revision 9b831c84733568b14118c288e19191bdc7e35a8e) @@ -38,8 +38,8 @@ # SOFTWARE. # -package provide XOTcl 2.1.0 package require nx +package provide XOTcl 2.2.0 ####################################################### # Classical ::xotcl* Index: win/pkg.vc =================================================================== diff -u -N -rd257d63d8eb84d71ea1d1309949be07c0f83a4a8 -r9b831c84733568b14118c288e19191bdc7e35a8e --- win/pkg.vc (.../pkg.vc) (revision d257d63d8eb84d71ea1d1309949be07c0f83a4a8) +++ win/pkg.vc (.../pkg.vc) (revision 9b831c84733568b14118c288e19191bdc7e35a8e) @@ -2,8 +2,8 @@ # (then re-autoconf) PACKAGE_MAJOR = 2 -PACKAGE_MINOR = 1 -PACKAGE_VERSION = "2.1.0" +PACKAGE_MINOR = 2 +PACKAGE_VERSION = "2.2.0" !if exists("..\COMMIT") NSF_COMMIT = \