diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-11 10:26:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-11 10:26:35 (GMT) |
commit | 1fa1578500c58be8eed071fcbdce604c32b418cd (patch) | |
tree | 009db31a5963d62836932b6319b6bdd75ed5d050 /generic/tclOO.c | |
parent | 7d1b223f7df36d45707d0c6325c3c5665b324724 (diff) | |
download | tcl-1fa1578500c58be8eed071fcbdce604c32b418cd.zip tcl-1fa1578500c58be8eed071fcbdce604c32b418cd.tar.gz tcl-1fa1578500c58be8eed071fcbdce604c32b418cd.tar.bz2 |
Even though TCLOO_PATCHLEVEL is equal to TCLOO_VERSION, using "patchlevel" is more appropriate in those two places.
Diffstat (limited to 'generic/tclOO.c')
-rw-r--r-- | generic/tclOO.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclOO.c b/generic/tclOO.c index cb22de6..529640f 100644 --- a/generic/tclOO.c +++ b/generic/tclOO.c @@ -271,7 +271,7 @@ TclOOInit( return TCL_ERROR; } - return Tcl_PkgProvideEx(interp, "TclOO", TCLOO_VERSION, + return Tcl_PkgProvideEx(interp, "TclOO", TCLOO_PATCHLEVEL, (ClientData) &tclOOStubs); } |