From 754c0852ab501fec0150360756a06d3918a9cc25 Mon Sep 17 00:00:00 2001 From: das Date: Thu, 26 Feb 2004 09:10:40 +0000 Subject: * macosx/Makefile: fixed copyright year in Tcl.framework Info.plist --- ChangeLog | 6 +++++- macosx/Makefile | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 60fbdc7..bef0d58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ -2004-02-25 Don Porter +2004-02-26 Daniel Steffen *** 8.4.6 TAGGED FOR RELEASE *** + * macosx/Makefile: fixed copyright year in Tcl.framework Info.plist + +2004-02-25 Don Porter + * tests/basic.test: Made several tests more robust to the * tests/cmdMZ.test: list-quoting of path names that might * tests/exec.test: contain Tcl-special chars like { or [. diff --git a/macosx/Makefile b/macosx/Makefile index 96a3d14..eee15af 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.5.2.7 2003/11/06 13:12:23 das Exp $ +# RCS: @(#) $Id: Makefile,v 1.5.2.8 2004/02/26 09:10:40 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 CFBundleExecutable\n\ Tcl\n\ CFBundleGetInfoString\n\ - Tcl Library ${PRODUCT_VERSION}, Copyright © 2003 Tcl Core Team.\n\ + Tcl Library ${PRODUCT_VERSION}, Copyright © ${YEAR} Tcl Core Team.\n\ MacOS X Port by Jim Ingham <jingham@apple.com> & Ian Reid, Copyright\ © 2001-2002, Apple Computer, Inc.\n\ CFBundleIdentifier\n\ -- cgit v0.12