diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-07 05:35:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-07 05:35:33 (GMT) |
commit | 327fbf4f14753dd768f18e6702646b5c379ae15b (patch) | |
tree | 9cc61f6db3b4883ebfe0ee5b09c97b767ba9a00d /win/configure.in | |
parent | c15ecff5ea17e2e2da62cffad1ac058c17e6941b (diff) | |
download | tk-327fbf4f14753dd768f18e6702646b5c379ae15b.zip tk-327fbf4f14753dd768f18e6702646b5c379ae15b.tar.gz tk-327fbf4f14753dd768f18e6702646b5c379ae15b.tar.bz2 |
* READNE: Bump version number to 8.4.13 and update
* changes: changes to start prep for an 8.4.13 release.
* generic/tk.h:
* unix/configure{.in}:
* unix/tk.spec:
* win/configure{.in}:
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 d70066d..4bd6dda 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.49.2.17 2005/11/30 00:19:01 hobbs Exp $ +# RCS: @(#) $Id: configure.in,v 1.49.2.18 2006/03/07 05:35:35 dgp Exp $ AC_INIT(../generic/tk.h) AC_PREREQ(2.13) @@ -11,7 +11,7 @@ AC_PREREQ(2.13) TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL=".12" +TK_PATCH_LEVEL=".13" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ |