summaryrefslogtreecommitdiffstats
path: root/library/reg
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-11 08:43:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-11 08:43:28 (GMT)
commit189e7fe97b73e736c71c8bfd54f3cb3121697f41 (patch)
treebfc0f3a27a8025e03daf6da5eeb79a13f33e1e55 /library/reg
parentd2fb846f98f47e4199b988b558b8bde42e7b1923 (diff)
downloadtcl-189e7fe97b73e736c71c8bfd54f3cb3121697f41.zip
tcl-189e7fe97b73e736c71c8bfd54f3cb3121697f41.tar.gz
tcl-189e7fe97b73e736c71c8bfd54f3cb3121697f41.tar.bz2
Experiments with [http://semver.org/|Semantic Versioning] in Tcl. (Don't look!)
Diffstat (limited to 'library/reg')
-rwxr-xr-xlibrary/reg/pkgIndex.tcl9
1 files changed, 2 insertions, 7 deletions
diff --git a/library/reg/pkgIndex.tcl b/library/reg/pkgIndex.tcl
index 49fd1ac..38d6b8b 100755
--- a/library/reg/pkgIndex.tcl
+++ b/library/reg/pkgIndex.tcl
@@ -1,9 +1,4 @@
if {([info commands ::tcl::pkgconfig] eq "")
|| ([info sharedlibextension] ne ".dll")} return
-if {[::tcl::pkgconfig get debug]} {
- package ifneeded registry 1.3.1 \
- [list load [file join $dir tclreg13g.dll] registry]
-} else {
- package ifneeded registry 1.3.1 \
- [list load [file join $dir tclreg13.dll] registry]
-}
+package ifneeded registry 1.3.0 \
+ [list load [file join $dir tclreg13.dll] registry]