diff options
author | dgp <dgp@users.sourceforge.net> | 2013-06-03 18:08:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-06-03 18:08:58 (GMT) |
commit | 16b42e8743bcdda86f041afe7b1f01db879f9efb (patch) | |
tree | e82c6ea75216223c2d056e6f4cfe8c90e0371150 /unix | |
parent | 596b5e9c70fd7bbef2a6d801c647bb939482961a (diff) | |
parent | 6efc06566b9ee1b8ed7645920b7f37226cc00643 (diff) | |
download | tcl-core_8_4_branch.zip tcl-core_8_4_branch.tar.gz tcl-core_8_4_branch.tar.bz2 |
merge releasecore_8_4_branch
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 8 | ||||
-rwxr-xr-x | unix/configure | 2 | ||||
-rw-r--r-- | unix/configure.in | 2 | ||||
-rw-r--r-- | unix/tcl.spec | 2 |
4 files changed, 3 insertions, 11 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index eb5d6eb..2ebf063 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1364,14 +1364,6 @@ dist: $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/tcl.ds* cp -p $(TOP_DIR)/win/README $(DISTDIR)/win cp -p $(TOP_DIR)/license.terms $(DISTDIR)/win - mkdir $(DISTDIR)/mac - cp -p $(TOP_DIR)/mac/tcl*.sea.hqx \ - $(TOP_DIR)/mac/*.c $(TOP_DIR)/mac/*.h $(TOP_DIR)/mac/*.r \ - $(DISTDIR)/mac - cp -p $(TOP_DIR)/mac/porting.notes $(TOP_DIR)/mac/README $(DISTDIR)/mac - cp -p $(TOP_DIR)/mac/*.pch $(DISTDIR)/mac - cp -p $(TOP_DIR)/mac/*.doc $(TOP_DIR)/mac/*.html $(DISTDIR)/mac - cp -p $(TOP_DIR)/license.terms $(DISTDIR)/mac mkdir $(DISTDIR)/macosx cp -p $(MAC_OSX_DIR)/Makefile $(MAC_OSX_DIR)/README \ $(MAC_OSX_DIR)/*.c $(MAC_OSX_DIR)/*.in \ diff --git a/unix/configure b/unix/configure index 36d7b8d..403a49f 100755 --- a/unix/configure +++ b/unix/configure @@ -558,7 +558,7 @@ fi TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL=".19" +TCL_PATCH_LEVEL=".20" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/configure.in b/unix/configure.in index 55c305e..8d6391a 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -9,7 +9,7 @@ AC_PREREQ(2.13) TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL=".19" +TCL_PATCH_LEVEL=".20" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index 33cfe56..98d8f1a 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -1,6 +1,6 @@ # This file is the basis for a binary Tcl RPM for Linux. -%define version 8.4.19 +%define version 8.4.20 %define directory /usr/local Summary: Tcl scripting language development environment |