summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2004-02-26 09:10:21 (GMT)
committerdas <das>2004-02-26 09:10:21 (GMT)
commit7963a5082890e8403fc4c99ed73704d181fd4d5d (patch)
tree40e1b4de85e75c466f74a41180ce581c9a7185bb
parent9f1913a0d8f82a07b0ed1500f3b3d31d3ff0f9c6 (diff)
downloadtcl-7963a5082890e8403fc4c99ed73704d181fd4d5d.zip
tcl-7963a5082890e8403fc4c99ed73704d181fd4d5d.tar.gz
tcl-7963a5082890e8403fc4c99ed73704d181fd4d5d.tar.bz2
* macosx/Makefile: fixed copyright year in Tcl.framework Info.plist
-rw-r--r--ChangeLog4
-rw-r--r--macosx/Makefile5
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f0cfd8..27cf385 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-26 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/Makefile: fixed copyright year in Tcl.framework Info.plist
+
2004-02-25 Don Porter <dgp@users.sourceforge.net>
* tests/basic.test: Made several tests more robust to the
diff --git a/macosx/Makefile b/macosx/Makefile
index aedb08c..0758bae 100644
--- a/macosx/Makefile
+++ b/macosx/Makefile
@@ -3,7 +3,7 @@
# Makefile to build Tcl on Mac OS X packaged as a Framework
# uses standard unix build system in tcl/unix
#
-# RCS: @(#) $Id: Makefile,v 1.11 2003/11/06 13:11:00 das Exp $
+# RCS: @(#) $Id: Makefile,v 1.12 2004/02/26 09:10:23 das Exp $
#
########################################################################################################
@@ -92,6 +92,7 @@ PRODUCT_VERSION := $(shell eval $$(grep '^TCL_VERSION=' ${UNIX_DIR}/configure.i
echo "$${TCL_VERSION}")
PRODUCT_LONGVERSION := $(shell eval $$(grep '^TCL_PATCH_LEVEL=' ${UNIX_DIR}/configure.in); \
echo "${PRODUCT_VERSION}$${TCL_PATCH_LEVEL}")
+YEAR := $(shell date +%Y)
PRIVATE_HEADERS := tclInt.h tclIntDecls.h tclIntPlatDecls.h tclMath.h
TARGETS := tclsh tcltest
@@ -210,7 +211,7 @@ endif
<key>CFBundleExecutable</key>\n\
<string>Tcl</string>\n\
<key>CFBundleGetInfoString</key>\n\
- <string>Tcl Library ${PRODUCT_VERSION}, Copyright © 2003 Tcl Core Team.\n\
+ <string>Tcl Library ${PRODUCT_VERSION}, Copyright © ${YEAR} Tcl Core Team.\n\
MacOS X Port by Jim Ingham &lt;jingham@apple.com&gt; &amp; Ian Reid, Copyright\
© 2001-2002, Apple Computer, Inc.</string>\n\
<key>CFBundleIdentifier</key>\n\