diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-03-06 15:36:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-03-06 15:36:17 (GMT) |
commit | 37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b (patch) | |
tree | 9cc860eac2dab3724c58f93d7f27e30c3a754757 /win/configure.in | |
parent | 36001df29a52f1fc25fd4635b256abf5964bb642 (diff) | |
download | tk-37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b.zip tk-37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b.tar.gz tk-37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b.tar.bz2 |
Bumped patchlevel; might need changing in the future, but it makes life
easier for now.
Diffstat (limited to 'win/configure.in')
-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 1e99ead..a57631d 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,14 +3,14 @@ # generate the file "configure", which is run during Tk installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.40 2002/01/11 20:56:38 mdejong Exp $ +# RCS: @(#) $Id: configure.in,v 1.41 2002/03/06 15:36:17 dkf Exp $ AC_INIT(../generic/tk.h) TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL="a4" +TK_PATCH_LEVEL="a5" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ |