diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-04 11:32:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-04 11:32:44 (GMT) |
commit | 0f21498784cb704ce6098fcc71b786e422fb2b8d (patch) | |
tree | a7bd459df878365114a121cbff9906787b77fd69 /library/msgcat | |
parent | ba52e2e1c7f3ffc066c415f6f224922e698bed00 (diff) | |
download | tcl-0f21498784cb704ce6098fcc71b786e422fb2b8d.zip tcl-0f21498784cb704ce6098fcc71b786e422fb2b8d.tar.gz tcl-0f21498784cb704ce6098fcc71b786e422fb2b8d.tar.bz2 |
Make packages msgcat and tcltest work unmodified in "novem".
Diffstat (limited to 'library/msgcat')
-rw-r--r-- | library/msgcat/msgcat.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl index a43f13e..928474d 100644 --- a/library/msgcat/msgcat.tcl +++ b/library/msgcat/msgcat.tcl @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. -package require Tcl 8.5 +package require Tcl 8.5- # When the version number changes, be sure to update the pkgIndex.tcl file, # and the installation directory in the Makefiles. package provide msgcat 1.6.0 |