Index: TODO =================================================================== diff -u -r8ec912177de5c542eb22a9a135d3624322ae20c9 -reed87eee0cf0a17607a7d5a056c45e6bb53ecb83 --- TODO (.../TODO) (revision 8ec912177de5c542eb22a9a135d3624322ae20c9) +++ TODO (.../TODO) (revision eed87eee0cf0a17607a7d5a056c45e6bb53ecb83) @@ -5551,7 +5551,7 @@ make "DTPLITE=/usr/local/ns/bin/tclsh8.5 /usr/local/ns/bin/dtplite" man - regenerate documentation -- bump verison number to 2.0 (also in .man files) +- bump verison number to 2.0.0 (also in .man files) ======================================================================== TODO: Index: configure =================================================================== diff -u -r8ec912177de5c542eb22a9a135d3624322ae20c9 -reed87eee0cf0a17607a7d5a056c45e6bb53ecb83 --- configure (.../configure) (revision 8ec912177de5c542eb22a9a135d3624322ae20c9) +++ configure (.../configure) (revision eed87eee0cf0a17607a7d5a056c45e6bb53ecb83) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for nsf 2.0. +# Generated by GNU Autoconf 2.69 for nsf 2.0.0. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='nsf' PACKAGE_TARNAME='nsf' -PACKAGE_VERSION='2.0' -PACKAGE_STRING='nsf 2.0' +PACKAGE_VERSION='2.0.0' +PACKAGE_STRING='nsf 2.0.0' PACKAGE_BUGREPORT='xotcl@alice.wu-wien.ac.at' PACKAGE_URL='' @@ -1333,7 +1333,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 to adapt to many kinds of systems. +\`configure' configures nsf 2.0.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1394,7 +1394,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of nsf 2.0:";; + short | recursive ) echo "Configuration of nsf 2.0.0:";; esac cat <<\_ACEOF @@ -1513,7 +1513,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -nsf configure 2.0 +nsf configure 2.0.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1882,7 +1882,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, which was +It was created by nsf $as_me 2.0.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -9583,7 +9583,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, which was +This file was extended by nsf $as_me 2.0.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9636,7 +9636,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 +nsf config.status 2.0.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Index: configure.ac =================================================================== diff -u -r8ec912177de5c542eb22a9a135d3624322ae20c9 -reed87eee0cf0a17607a7d5a056c45e6bb53ecb83 --- configure.ac (.../configure.ac) (revision 8ec912177de5c542eb22a9a135d3624322ae20c9) +++ configure.ac (.../configure.ac) (revision eed87eee0cf0a17607a7d5a056c45e6bb53ecb83) @@ -13,7 +13,7 @@ #-------------------------------------------------------------------- AC_PREREQ([2.69]) -define(NsfVersion, 2.0) +define(NsfVersion, 2.0.0) AC_INIT([nsf],[NsfVersion], [xotcl@alice.wu-wien.ac.at]) AC_CONFIG_MACRO_DIR([m4]) Index: doc/Class.man =================================================================== diff -u -r8ec912177de5c542eb22a9a135d3624322ae20c9 -reed87eee0cf0a17607a7d5a056c45e6bb53ecb83 --- doc/Class.man (.../Class.man) (revision 8ec912177de5c542eb22a9a135d3624322ae20c9) +++ doc/Class.man (.../Class.man) (revision eed87eee0cf0a17607a7d5a056c45e6bb53ecb83) @@ -1,5 +1,5 @@ [comment {-*- tcl -*- nx::Class manpage}] -[manpage_begin nx::Class 3 2.0] +[manpage_begin nx::Class 3 2.0.0] [comment {For the time being, we do not render keywords & terms; and the corresponding reverse index}] Index: doc/Object.man =================================================================== diff -u -r8ec912177de5c542eb22a9a135d3624322ae20c9 -reed87eee0cf0a17607a7d5a056c45e6bb53ecb83 --- doc/Object.man (.../Object.man) (revision 8ec912177de5c542eb22a9a135d3624322ae20c9) +++ doc/Object.man (.../Object.man) (revision eed87eee0cf0a17607a7d5a056c45e6bb53ecb83) @@ -1,5 +1,5 @@ [comment {-*- tcl -*- nx::Object manpage}] -[manpage_begin nx::Object 3 2.0] +[manpage_begin nx::Object 3 2.0.0] [comment {For the time being, we do not render keywords & terms; and the corresponding reverse index}] Index: doc/configure.man =================================================================== diff -u -r8ec912177de5c542eb22a9a135d3624322ae20c9 -reed87eee0cf0a17607a7d5a056c45e6bb53ecb83 --- doc/configure.man (.../configure.man) (revision 8ec912177de5c542eb22a9a135d3624322ae20c9) +++ doc/configure.man (.../configure.man) (revision eed87eee0cf0a17607a7d5a056c45e6bb53ecb83) @@ -1,6 +1,6 @@ [comment {-*- tcl -*- nx::configure manpage}] -[manpage_begin nx::configure 3 2.0] +[manpage_begin nx::configure 3 2.0.0] [copyright { 2014 Stefan Sobernig , Gustaf Neumann ; available under the Creative Commons Attribution 3.0 Austria license (CC BY 3.0 AT).}] Index: doc/current.man =================================================================== diff -u -r8ec912177de5c542eb22a9a135d3624322ae20c9 -reed87eee0cf0a17607a7d5a056c45e6bb53ecb83 --- doc/current.man (.../current.man) (revision 8ec912177de5c542eb22a9a135d3624322ae20c9) +++ doc/current.man (.../current.man) (revision eed87eee0cf0a17607a7d5a056c45e6bb53ecb83) @@ -1,6 +1,6 @@ [comment {-*- tcl -*- nx::current manpage}] -[manpage_begin nx::current 3 2.0] +[manpage_begin nx::current 3 2.0.0] [copyright { 2014 Stefan Sobernig , Gustaf Neumann ; available under the Creative Commons Attribution 3.0 Austria license (CC BY 3.0 AT).}] Index: doc/next-migration.html =================================================================== diff -u -r8ec912177de5c542eb22a9a135d3624322ae20c9 -reed87eee0cf0a17607a7d5a056c45e6bb53ecb83 --- doc/next-migration.html (.../next-migration.html) (revision 8ec912177de5c542eb22a9a135d3624322ae20c9) +++ doc/next-migration.html (.../next-migration.html) (revision eed87eee0cf0a17607a7d5a056c45e6bb53ecb83) @@ -736,7 +736,7 @@

Migration Guide for the Next Scripting Language

Gustaf Neumann
<neumann@wu-wien.ac.at>
-version 2.0, +version 2.0.0, June 2013
@@ -6465,8 +6465,8 @@

Index: doc/next-migration.txt =================================================================== diff -u -r8ec912177de5c542eb22a9a135d3624322ae20c9 -reed87eee0cf0a17607a7d5a056c45e6bb53ecb83 --- doc/next-migration.txt (.../next-migration.txt) (revision 8ec912177de5c542eb22a9a135d3624322ae20c9) +++ doc/next-migration.txt (.../next-migration.txt) (revision eed87eee0cf0a17607a7d5a056c45e6bb53ecb83) @@ -1,7 +1,7 @@ Migration Guide for the Next Scripting Language =============================================== Gustaf Neumann -v2.0, June 2013: +v2.0.0, June 2013: :Author Initials: GN :toc: :toclevels: 3 Index: doc/next-tutorial/next-tutorial.html =================================================================== diff -u -r8ec912177de5c542eb22a9a135d3624322ae20c9 -reed87eee0cf0a17607a7d5a056c45e6bb53ecb83 --- doc/next-tutorial/next-tutorial.html (.../next-tutorial.html) (revision 8ec912177de5c542eb22a9a135d3624322ae20c9) +++ doc/next-tutorial/next-tutorial.html (.../next-tutorial.html) (revision eed87eee0cf0a17607a7d5a056c45e6bb53ecb83) @@ -735,7 +735,7 @@