diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-11 00:00:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-11 00:00:17 (GMT) |
commit | e8bf6719bd2f64a766fa59a745a9a289ceed2113 (patch) | |
tree | d8eb37f538339cb1a0cac81ebcc06dbb50f57631 /win | |
parent | 1348b2903a666f7cd3c3a8311397126d3feb748d (diff) | |
download | tk-e8bf6719bd2f64a766fa59a745a9a289ceed2113.zip tk-e8bf6719bd2f64a766fa59a745a9a289ceed2113.tar.gz tk-e8bf6719bd2f64a766fa59a745a9a289ceed2113.tar.bz2 |
Bump to 8.5a3
Diffstat (limited to 'win')
-rw-r--r-- | win/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in index 4a29ff0..2614279 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.58 2004/03/26 19:57:38 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.59 2004/12/11 00:00:22 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="a2" +TK_PATCH_LEVEL="a3" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ |