Index: TODO =================================================================== diff -u -N -rb03af92ee24792b6ea79e8d7ff39a3571997f975 -r622880fd54236d56d371bd5726e7abcbef47a74a --- TODO (.../TODO) (revision b03af92ee24792b6ea79e8d7ff39a3571997f975) +++ TODO (.../TODO) (revision 622880fd54236d56d371bd5726e7abcbef47a74a) @@ -3492,8 +3492,10 @@ rm -rf /usr/local/lib/libnsf2.0.0* /usr/local/lib/nsf2.0.0 +- use same version numbers in nsf, nx and xotcl2 + TODO: - private: * document private in tutorial Index: library/nx/nx.tcl =================================================================== diff -u -N -re529093e5930cb5c9de2bc81cef3eca2585f154f -r622880fd54236d56d371bd5726e7abcbef47a74a --- library/nx/nx.tcl (.../nx.tcl) (revision e529093e5930cb5c9de2bc81cef3eca2585f154f) +++ library/nx/nx.tcl (.../nx.tcl) (revision 622880fd54236d56d371bd5726e7abcbef47a74a) @@ -1,5 +1,5 @@ -package provide nx 2.0 package require nsf +package provide nx 2.0a1 namespace eval ::nx { namespace eval ::nsf {}; # make pkg indexer happy Index: library/nx/pkgIndex.tcl =================================================================== diff -u -N -r31fc20e0f7088356b01a427be2a08b0a1f1b6d73 -r622880fd54236d56d371bd5726e7abcbef47a74a --- library/nx/pkgIndex.tcl (.../pkgIndex.tcl) (revision 31fc20e0f7088356b01a427be2a08b0a1f1b6d73) +++ library/nx/pkgIndex.tcl (.../pkgIndex.tcl) (revision 622880fd54236d56d371bd5726e7abcbef47a74a) @@ -8,5 +8,5 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded nx 2.0 [list source [file join $dir nx.tcl]] +package ifneeded nx 2.0a1 [list source [file join $dir nx.tcl]] package ifneeded nx::zip 1.0 [list source [file join $dir nx-zip.tcl]] Index: library/xotcl/library/pkgIndex.tcl =================================================================== diff -u -N -r17b9a613f34835c19042ad66847fb14427018f88 -r622880fd54236d56d371bd5726e7abcbef47a74a --- library/xotcl/library/pkgIndex.tcl (.../pkgIndex.tcl) (revision 17b9a613f34835c19042ad66847fb14427018f88) +++ library/xotcl/library/pkgIndex.tcl (.../pkgIndex.tcl) (revision 622880fd54236d56d371bd5726e7abcbef47a74a) @@ -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.0 [list source [file join $dir xotcl2.tcl]] +package ifneeded XOTcl 2.0a1 [list source [file join $dir xotcl2.tcl]] Index: library/xotcl/library/xotcl2.tcl =================================================================== diff -u -N -r0618932a2d3c36c40bc549b3d191ba2de8e9efa9 -r622880fd54236d56d371bd5726e7abcbef47a74a --- library/xotcl/library/xotcl2.tcl (.../xotcl2.tcl) (revision 0618932a2d3c36c40bc549b3d191ba2de8e9efa9) +++ library/xotcl/library/xotcl2.tcl (.../xotcl2.tcl) (revision 622880fd54236d56d371bd5726e7abcbef47a74a) @@ -1,4 +1,4 @@ -package provide XOTcl 2.0 +package provide XOTcl 2.0a1 package require nx #######################################################