Index: build/makearch.info ================================================================== --- build/makearch.info +++ build/makearch.info @@ -14,11 +14,11 @@ # each time a "makearch" is done. # # If @@SVNLCR@@ is used anywhere in this version number, it will be # replaced with the highest last-changed-rev from the output of # svn info -R (or 0) -VERS="0.0" +VERS="" # Space sperated list of documents, if they exist, they will be # prefixed with the contents of the DOC_HDR file and substitution # will occur: # @@UTIL@@ becomes the utility name ${UTIL} Index: configure.in ================================================================== --- configure.in +++ configure.in @@ -1,7 +1,7 @@ dnl Define ourselves -AC_INIT(tcltls, @@VERS@@) +AC_INIT(tcltls, 1.256) dnl Checks for programs. AC_PROG_CC AC_PROG_MAKE_SET AC_PROG_INSTALL Index: tls.c ================================================================== --- tls.c +++ tls.c @@ -1725,11 +1725,11 @@ if (interp) { Tcl_Eval(interp, tlsTclInitScript); } - return Tcl_PkgProvide(interp, PACKAGE_NAME, PACKAGE_VERSION); + return Tcl_PkgProvide(interp, "tls", PACKAGE_VERSION); } /* *------------------------------------------------------* *