diff options
author | dgp <dgp@users.sourceforge.net> | 2003-03-04 23:45:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-03-04 23:45:40 (GMT) |
commit | f5aa1d944a39ee1d14f9c64d98eba3da173678a9 (patch) | |
tree | b7af161b6d43e4f57e1a16ca62ffb67e760f162e /unix/tcl.spec | |
parent | 55bb78dc4fdf14318cfcbbeb264b7ef0a3e0a57e (diff) | |
download | tcl-f5aa1d944a39ee1d14f9c64d98eba3da173678a9.zip tcl-f5aa1d944a39ee1d14f9c64d98eba3da173678a9.tar.gz tcl-f5aa1d944a39ee1d14f9c64d98eba3da173678a9.tar.bz2 |
* README: Bumped version number of
* generic/tcl.h: Tcl to 8.5a0.
* library.init.tcl:
* mac/README:
* macosx/Tcl.pbproj/project.pbxproc:
* tests/basic.test:
* tools/configure.in:
* tools/tcl.hpj.in:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/README:
* win/README.binary:
* win/configure.in:
* win/makefile.bc:
* win/makefile.vc:
* win/tcl.m4:
* tools/configure: autoconf
* unix/configure:
* win/configure:
Diffstat (limited to 'unix/tcl.spec')
-rw-r--r-- | unix/tcl.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tcl.spec b/unix/tcl.spec index a04cc44..1e04249 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -1,7 +1,7 @@ -# $Id: tcl.spec,v 1.16 2003/02/15 02:16:33 hobbs Exp $ +# $Id: tcl.spec,v 1.17 2003/03/04 23:46:21 dgp Exp $ # This file is the basis for a binary Tcl RPM for Linux. -%define version 8.4.2 +%define version 8.5a0 %define directory /usr/local Summary: Tcl scripting language development environment |