summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2010-03-30 14:05:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2010-03-30 14:05:53 (GMT)
commit12a044c1cb8a5053df967f4a9fa8f90f1cf3388e (patch)
treefce98ec6b56b4c85f93d6df69d371882e2d103f7 /win/Makefile.in
parent99a07b16e988b6a00af29bde329bd9cae3e10cb0 (diff)
downloadtcl-12a044c1cb8a5053df967f4a9fa8f90f1cf3388e.zip
tcl-12a044c1cb8a5053df967f4a9fa8f90f1cf3388e.tar.gz
tcl-12a044c1cb8a5053df967f4a9fa8f90f1cf3388e.tar.bz2
Finish bump to registry 1.3.0
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 2ffc9fa..5c6e085 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -4,7 +4,7 @@
# "./configure", which is a configuration script generated by the "autoconf"
# program (constructs like "@foo@" will get replaced in the actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.173 2010/03/04 22:29:05 nijtmans Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.174 2010/03/30 14:05:53 dgp Exp $
VERSION = @TCL_VERSION@
@@ -619,13 +619,13 @@ install-binaries: binaries
fi
@if [ -f $(REG_DLL_FILE) ]; then \
echo installing $(REG_DLL_FILE); \
- $(COPY) $(REG_DLL_FILE) $(LIB_INSTALL_DIR)/reg1.2; \
+ $(COPY) $(REG_DLL_FILE) $(LIB_INSTALL_DIR)/reg1.3; \
$(COPY) $(ROOT_DIR)/library/reg/pkgIndex.tcl \
- $(LIB_INSTALL_DIR)/reg1.2; \
+ $(LIB_INSTALL_DIR)/reg1.3; \
fi
@if [ -f $(REG_LIB_FILE) ]; then \
echo installing $(REG_LIB_FILE); \
- $(COPY) $(REG_LIB_FILE) $(LIB_INSTALL_DIR)/reg1.2; \
+ $(COPY) $(REG_LIB_FILE) $(LIB_INSTALL_DIR)/reg1.3; \
fi
install-libraries: libraries install-tzdata install-msgs