From 68a9c9f524aa50b782559f42a7d44db403bc4d7d Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 7 Jun 2005 14:20:14 +0000 Subject: Bumped patchlevel --- ChangeLog | 4 ++++ README | 4 ++-- generic/tk.h | 6 +++--- macosx/Tk-Info.plist | 4 ++-- macosx/Wish-Info.plist | 4 ++-- macosx/Wish.pbproj/project.pbxproj | 8 ++++---- unix/configure.in | 4 ++-- unix/tk.spec | 6 +++--- win/configure.in | 4 ++-- 9 files changed, 24 insertions(+), 20 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8c4babc..d39125e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-06-07 Donal K. Fellows + + Bump patchlevel to a4 to distinguish from a3 release. + 2005-06-04 Jeff Hobbs *** 8.5a3 TAGGED FOR RELEASE *** diff --git a/README b/README index b7c2a8d..b249aba 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ README: Tk - This is the Tk 8.5a3 source distribution. + This is the Tk 8.5a4 source distribution. Tcl/Tk is also available through NetCVS: http://tcl.sourceforge.net/ You can get any source release of Tcl from the file distributions link at the above URL. -RCS: @(#) $Id: README,v 1.43 2004/12/11 00:00:19 dkf Exp $ +RCS: @(#) $Id: README,v 1.44 2005/06/07 14:20:16 dkf Exp $ 1. Introduction --------------- diff --git a/generic/tk.h b/generic/tk.h index 981eeb5..beef98b 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tk.h,v 1.83 2004/12/11 00:00:20 dkf Exp $ + * RCS: @(#) $Id: tk.h,v 1.84 2005/06/07 14:20:17 dkf Exp $ */ #ifndef _TK @@ -52,10 +52,10 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 5 #define TK_RELEASE_LEVEL TCL_ALPHA_RELEASE -#define TK_RELEASE_SERIAL 3 +#define TK_RELEASE_SERIAL 4 #define TK_VERSION "8.5" -#define TK_PATCH_LEVEL "8.5a3" +#define TK_PATCH_LEVEL "8.5a4" /* * The following definitions set up the proper options for Macintosh diff --git a/macosx/Tk-Info.plist b/macosx/Tk-Info.plist index 052cba6..8c4a7dc 100644 --- a/macosx/Tk-Info.plist +++ b/macosx/Tk-Info.plist @@ -18,10 +18,10 @@ Initial MacOS X Port by Jim Ingham <jingham@apple.com> & Ian Reid, Cop CFBundlePackageType FMWK CFBundleShortVersionString - 8.5a3 + 8.5a4 CFBundleSignature Tk CFBundleVersion - 8.5a3 + 8.5a5 diff --git a/macosx/Wish-Info.plist b/macosx/Wish-Info.plist index 7da6235..d7dfd54 100644 --- a/macosx/Wish-Info.plist +++ b/macosx/Wish-Info.plist @@ -37,10 +37,10 @@ Initial MacOS X Port by Jim Ingham <jingham@apple.com> & Ian Reid, Cop CFBundlePackageType APPL CFBundleShortVersionString - 8.5a3 + 8.5a4 CFBundleSignature WiSH CFBundleVersion - 8.5a3 + 8.5a4 diff --git a/macosx/Wish.pbproj/project.pbxproj b/macosx/Wish.pbproj/project.pbxproj index c389ba3..9d40792 100644 --- a/macosx/Wish.pbproj/project.pbxproj +++ b/macosx/Wish.pbproj/project.pbxproj @@ -1982,11 +1982,11 @@ Initial MacOS X Port by Jim Ingham <jingham@apple.com> & Ian Reid, Cop CFBundlePackageType FMWK CFBundleShortVersionString - 8.5a3 + 8.5a4 CFBundleSignature Tk CFBundleVersion - 8.5a3 + 8.5a4 "; @@ -3387,11 +3387,11 @@ Initial MacOS X Port by Jim Ingham <jingham@apple.com> & Ian Reid, Cop CFBundlePackageType APPL CFBundleShortVersionString - 8.5a3 + 8.5a4 CFBundleSignature WiSH CFBundleVersion - 8.5a3 + 8.5a4 "; diff --git a/unix/configure.in b/unix/configure.in index 168d3d5..a44de8d 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tk installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.108 2005/06/02 10:08:06 rmax Exp $ +# RCS: @(#) $Id: configure.in,v 1.109 2005/06/07 14:20:18 dkf Exp $ AC_INIT([tk],[8.5]) AC_PREREQ(2.57) @@ -17,7 +17,7 @@ dnl AH_BOTTOM([#endif /* _TKCONFIG */]) TK_VERSION=8.5 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=5 -TK_PATCH_LEVEL="a3" +TK_PATCH_LEVEL="a4" VERSION=${TK_VERSION} LOCALES="cs de el en en_gb es fr it nl ru" diff --git a/unix/tk.spec b/unix/tk.spec index 687e2fe..dc9b873 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,7 +1,7 @@ -# $Id: tk.spec,v 1.20 2004/12/11 00:00:22 dkf Exp $ +# $Id: tk.spec,v 1.21 2005/06/07 14:20:18 dkf Exp $ # This file is the basis for a binary Tk Linux RPM. -%define version 8.5a3 +%define version 8.5a4 %define directory /usr/local Summary: Tk graphical toolkit for the Tcl scripting language. @@ -14,7 +14,7 @@ Source: http://prdownloads.sourceforge.net/tcl/tk%{version}-src.tar.gz URL: http://www.tcl.tk/ Packager: Carina Buildroot: /var/tmp/%{name}%{version} -Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.5a3 +Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.5a4 %description The Tcl (Tool Command Language) provides a powerful platform for diff --git a/win/configure.in b/win/configure.in index 2614279..ba50cf9 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,7 +3,7 @@ # generate the file "configure", which is run during Tk installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.59 2004/12/11 00:00:22 dkf Exp $ +# RCS: @(#) $Id: configure.in,v 1.60 2005/06/07 14:20:18 dkf Exp $ AC_INIT(../generic/tk.h) AC_PREREQ(2.57) @@ -16,7 +16,7 @@ SHELL=/bin/sh TK_VERSION=8.5 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=5 -TK_PATCH_LEVEL="a3" +TK_PATCH_LEVEL="a4" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ -- cgit v0.12