Index: library/serialize/pkgIndex.tcl =================================================================== diff -u -N -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -ra70e406af0c39566e7fb0b1e0213d088f4f6a5be --- library/serialize/pkgIndex.tcl (.../pkgIndex.tcl) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/serialize/pkgIndex.tcl (.../pkgIndex.tcl) (revision a70e406af0c39566e7fb0b1e0213d088f4f6a5be) @@ -8,6 +8,6 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded xotcl::scriptCreation::recoveryPoint 0.8 [list source [file join $dir RecoveryPoint.xotcl]] -package ifneeded xotcl::scriptCreation::scriptCreator 0.8 [list source [file join $dir ScriptCreator.xotcl]] +package ifneeded xotcl::scriptCreation::recoveryPoint 1.0 [list source [file join $dir RecoveryPoint.xotcl]] +package ifneeded xotcl::scriptCreation::scriptCreator 1.0 [list source [file join $dir ScriptCreator.xotcl]] package ifneeded xotcl::serializer 1.0 [list source [file join $dir Serializer.xotcl]]