diff options
author | dgp <dgp@users.sourceforge.net> | 2007-10-30 19:08:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-10-30 19:08:14 (GMT) |
commit | 213b6895439c29e8a01d834828452334afc98d14 (patch) | |
tree | f12dda60201da3189b6d2a563acbf9980143db33 /generic | |
parent | 607376f9460c0887f957db5b9a79252753cdec00 (diff) | |
download | tk-213b6895439c29e8a01d834828452334afc98d14.zip tk-213b6895439c29e8a01d834828452334afc98d14.tar.gz tk-213b6895439c29e8a01d834828452334afc98d14.tar.bz2 |
* generic/tk.h: Bump version number to 8.5b2.1 to distinguish
* library/tk.tcl: CVS development snapshots from the 8.5b2
* unix/configure.in: release.
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf (2.59)
* win/configure:
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tk.h b/generic/tk.h index 8eac59b..3e1ac81 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.103 2007/10/26 15:23:05 dgp Exp $ + * RCS: @(#) $Id: tk.h,v 1.104 2007/10/30 19:08:14 dgp Exp $ */ #ifndef _TK @@ -56,7 +56,7 @@ extern "C" { #define TK_RELEASE_SERIAL 2 #define TK_VERSION "8.5" -#define TK_PATCH_LEVEL "8.5b2" +#define TK_PATCH_LEVEL "8.5b2.1" /* * A special definition used to allow this header file to be included from |