diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-26 19:57:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-26 19:57:33 (GMT) |
commit | c93c83ba08054d4b36395e72bbd125b69d872698 (patch) | |
tree | 8e080a01c7a806a784ae3410b4575d83a54a8ab0 /generic | |
parent | ff3372947de9624e6cb64b33f53e4e15c0728175 (diff) | |
download | tk-c93c83ba08054d4b36395e72bbd125b69d872698.zip tk-c93c83ba08054d4b36395e72bbd125b69d872698.tar.gz tk-c93c83ba08054d4b36395e72bbd125b69d872698.tar.bz2 |
* README: Bump version to 8.5a2.
* generic/tk.h:
* macosx/Wish.pbproj/project.pbxproj:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf-2.57
* win/configure:
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tk.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tk.h b/generic/tk.h index c2d21c7..2ba5439 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.79 2004/03/17 18:15:42 das Exp $ + * RCS: @(#) $Id: tk.h,v 1.80 2004/03/26 19:57:34 dgp Exp $ */ #ifndef _TK @@ -48,10 +48,10 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 5 #define TK_RELEASE_LEVEL TCL_ALPHA_RELEASE -#define TK_RELEASE_SERIAL 1 +#define TK_RELEASE_SERIAL 2 #define TK_VERSION "8.5" -#define TK_PATCH_LEVEL "8.5a1" +#define TK_PATCH_LEVEL "8.5a2" /* * The following definitions set up the proper options for Macintosh |