diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-01-03 14:08:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-01-03 14:08:49 (GMT) |
commit | dfe92fee6cdcf5ae490fb332111618fbb08a6bdd (patch) | |
tree | 67beb5bc2ab01dea876bee2dcd825f95eb7ae6b8 /unix/configure | |
parent | d9823d1d2b4d2f7e653dbd27b3ce38b470cf7b42 (diff) | |
parent | 6470859885f92e276993f88322b090eca3cb24f2 (diff) | |
download | tcl-dfe92fee6cdcf5ae490fb332111618fbb08a6bdd.zip tcl-dfe92fee6cdcf5ae490fb332111618fbb08a6bdd.tar.gz tcl-dfe92fee6cdcf5ae490fb332111618fbb08a6bdd.tar.bz2 |
merge main dev branch
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index cbb10b4..f778a7b 100755 --- a/unix/configure +++ b/unix/configure @@ -1335,7 +1335,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TCL_VERSION=8.6 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=6 -TCL_PATCH_LEVEL="b3" +TCL_PATCH_LEVEL=".0" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |