Index: aclocal.m4 =================================================================== diff -u -N -r70e66172cf08d62f1fda8f36aece3fa0896499c9 -r77a193c118f4ae2b0ccd0913e39326e4f0f53fe6 --- aclocal.m4 (.../aclocal.m4) (revision 70e66172cf08d62f1fda8f36aece3fa0896499c9) +++ aclocal.m4 (.../aclocal.m4) (revision 77a193c118f4ae2b0ccd0913e39326e4f0f53fe6) @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.15 -*- Autoconf -*- +# generated automatically by aclocal 1.16.1 -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, Index: configure =================================================================== diff -u -N -r168c45840036a0efc1b113c29ad9b7657436f56c -r77a193c118f4ae2b0ccd0913e39326e4f0f53fe6 --- configure (.../configure) (revision 168c45840036a0efc1b113c29ad9b7657436f56c) +++ configure (.../configure) (revision 77a193c118f4ae2b0ccd0913e39326e4f0f53fe6) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for nsf 2.3a0. +# Generated by GNU Autoconf 2.69 for nsf 2.3. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='nsf' PACKAGE_TARNAME='nsf' -PACKAGE_VERSION='2.3a0' -PACKAGE_STRING='nsf 2.3a0' +PACKAGE_VERSION='2.3' +PACKAGE_STRING='nsf 2.3' PACKAGE_BUGREPORT='https://sourceforge.net/p/next-scripting/tickets/' PACKAGE_URL='' @@ -1352,7 +1352,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.3a0 to adapt to many kinds of systems. +\`configure' configures nsf 2.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1413,7 +1413,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of nsf 2.3a0:";; + short | recursive ) echo "Configuration of nsf 2.3:";; esac cat <<\_ACEOF @@ -1536,7 +1536,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -nsf configure 2.3a0 +nsf configure 2.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1959,7 +1959,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.3a0, which was +It was created by nsf $as_me 2.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -10060,7 +10060,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.3a0, which was +This file was extended by nsf $as_me 2.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -10113,7 +10113,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.3a0 +nsf config.status 2.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Index: configure.ac =================================================================== diff -u -N -r168c45840036a0efc1b113c29ad9b7657436f56c -r77a193c118f4ae2b0ccd0913e39326e4f0f53fe6 --- configure.ac (.../configure.ac) (revision 168c45840036a0efc1b113c29ad9b7657436f56c) +++ configure.ac (.../configure.ac) (revision 77a193c118f4ae2b0ccd0913e39326e4f0f53fe6) @@ -13,7 +13,7 @@ #-------------------------------------------------------------------- AC_PREREQ([2.69]) -define(NsfVersion, 2.3a0) +define(NsfVersion, 2.3) AC_INIT([nsf], [NsfVersion], [https://sourceforge.net/p/next-scripting/tickets/]) AC_CONFIG_MACRO_DIR([m4]) Index: library/mongodb/configure.ac =================================================================== diff -u -N -rf7b560fcf16d625dfa38b9e9533f9014ba9a3ca7 -r77a193c118f4ae2b0ccd0913e39326e4f0f53fe6 --- library/mongodb/configure.ac (.../configure.ac) (revision f7b560fcf16d625dfa38b9e9533f9014ba9a3ca7) +++ library/mongodb/configure.ac (.../configure.ac) (revision 77a193c118f4ae2b0ccd0913e39326e4f0f53fe6) @@ -20,7 +20,7 @@ # so you can encode the package version directly into the source files. #----------------------------------------------------------------------- -AC_INIT([nsfmongo], [2.3a0]) +AC_INIT([nsfmongo], [2.3]) AC_CONFIG_MACRO_DIR([m4]) #-------------------------------------------------------------------- Index: library/nx/nx.tcl =================================================================== diff -u -N -ra963e8896fd07c345ccfa034cbd043344edbf083 -r77a193c118f4ae2b0ccd0913e39326e4f0f53fe6 --- library/nx/nx.tcl (.../nx.tcl) (revision a963e8896fd07c345ccfa034cbd043344edbf083) +++ library/nx/nx.tcl (.../nx.tcl) (revision 77a193c118f4ae2b0ccd0913e39326e4f0f53fe6) @@ -40,7 +40,7 @@ package req nsf -package provide nx 2.3a0 +package provide nx 2.3 namespace eval ::nx { Index: library/nx/pkgIndex.tcl =================================================================== diff -u -N -rf7b560fcf16d625dfa38b9e9533f9014ba9a3ca7 -r77a193c118f4ae2b0ccd0913e39326e4f0f53fe6 --- library/nx/pkgIndex.tcl (.../pkgIndex.tcl) (revision f7b560fcf16d625dfa38b9e9533f9014ba9a3ca7) +++ library/nx/pkgIndex.tcl (.../pkgIndex.tcl) (revision 77a193c118f4ae2b0ccd0913e39326e4f0f53fe6) @@ -1,3 +1,3 @@ -package ifneeded nx 2.3a0 [list source [file join $dir nx.tcl]] +package ifneeded nx 2.3 [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/serialize/pkgIndex.tcl =================================================================== diff -u -N -rf7b560fcf16d625dfa38b9e9533f9014ba9a3ca7 -r77a193c118f4ae2b0ccd0913e39326e4f0f53fe6 --- library/serialize/pkgIndex.tcl (.../pkgIndex.tcl) (revision f7b560fcf16d625dfa38b9e9533f9014ba9a3ca7) +++ library/serialize/pkgIndex.tcl (.../pkgIndex.tcl) (revision 77a193c118f4ae2b0ccd0913e39326e4f0f53fe6) @@ -1 +1 @@ -package ifneeded nx::serializer 2.3a0 [list source [file join $dir serializer.tcl]] +package ifneeded nx::serializer 2.3 [list source [file join $dir serializer.tcl]] Index: library/serialize/serializer.tcl =================================================================== diff -u -N -r542f9eada7981ba0f968374ff45ea9d2d44dd9a0 -r77a193c118f4ae2b0ccd0913e39326e4f0f53fe6 --- library/serialize/serializer.tcl (.../serializer.tcl) (revision 542f9eada7981ba0f968374ff45ea9d2d44dd9a0) +++ library/serialize/serializer.tcl (.../serializer.tcl) (revision 77a193c118f4ae2b0ccd0913e39326e4f0f53fe6) @@ -1,7 +1,7 @@ package require nx -package require XOTcl 2.2 -package provide nx::serializer 2.3a0 +package require XOTcl 2.3 +package provide nx::serializer 2.3 # For the time being, we require classical XOTcl. Index: library/xotcl/library/pkgIndex.tcl =================================================================== diff -u -N -rf7b560fcf16d625dfa38b9e9533f9014ba9a3ca7 -r77a193c118f4ae2b0ccd0913e39326e4f0f53fe6 --- library/xotcl/library/pkgIndex.tcl (.../pkgIndex.tcl) (revision f7b560fcf16d625dfa38b9e9533f9014ba9a3ca7) +++ library/xotcl/library/pkgIndex.tcl (.../pkgIndex.tcl) (revision 77a193c118f4ae2b0ccd0913e39326e4f0f53fe6) @@ -1 +1 @@ -package ifneeded XOTcl 2.3a0 [list source [file join $dir xotcl2.tcl]] +package ifneeded XOTcl 2.3 [list source [file join $dir xotcl2.tcl]] Index: library/xotcl/library/xotcl2.tcl =================================================================== diff -u -N -ra963e8896fd07c345ccfa034cbd043344edbf083 -r77a193c118f4ae2b0ccd0913e39326e4f0f53fe6 --- library/xotcl/library/xotcl2.tcl (.../xotcl2.tcl) (revision a963e8896fd07c345ccfa034cbd043344edbf083) +++ library/xotcl/library/xotcl2.tcl (.../xotcl2.tcl) (revision 77a193c118f4ae2b0ccd0913e39326e4f0f53fe6) @@ -39,7 +39,7 @@ # package require nx -package provide XOTcl 2.3a0 +package provide XOTcl 2.3 ####################################################### # Classical ::xotcl* Index: win/pkg.vc =================================================================== diff -u -N -rf7b560fcf16d625dfa38b9e9533f9014ba9a3ca7 -r77a193c118f4ae2b0ccd0913e39326e4f0f53fe6 --- win/pkg.vc (.../pkg.vc) (revision f7b560fcf16d625dfa38b9e9533f9014ba9a3ca7) +++ win/pkg.vc (.../pkg.vc) (revision 77a193c118f4ae2b0ccd0913e39326e4f0f53fe6) @@ -3,7 +3,7 @@ PACKAGE_MAJOR = 2 PACKAGE_MINOR = 3 -PACKAGE_VERSION = "2.3a0" +PACKAGE_VERSION = "2.3" !if exists("..\COMMIT") NSF_COMMIT = \