diff options
| author | dgp <dgp@users.sourceforge.net> | 2019-11-26 18:26:42 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2019-11-26 18:26:42 (GMT) |
| commit | 8f7d32c7dd9f4a35c8521042ef56761604a0daab (patch) | |
| tree | 7f3ab8ad94923c83cb025551e26ea24121fa9da0 /unix | |
| parent | d8127f5c3af34095bf3cebdb7eec63589c3d3d44 (diff) | |
| parent | 43550ce1faa4e274f1145ae840c407f78a21bfe2 (diff) | |
| download | tcl-8f7d32c7dd9f4a35c8521042ef56761604a0daab.zip tcl-8f7d32c7dd9f4a35c8521042ef56761604a0daab.tar.gz tcl-8f7d32c7dd9f4a35c8521042ef56761604a0daab.tar.bz2 | |
merge release
Diffstat (limited to 'unix')
| -rwxr-xr-x | unix/configure | 2 | ||||
| -rw-r--r-- | unix/configure.ac | 2 | ||||
| -rw-r--r-- | unix/tcl.spec | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure index e10128e..a0d565a 100755 --- a/unix/configure +++ b/unix/configure @@ -2382,7 +2382,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TCL_VERSION=9.0 TCL_MAJOR_VERSION=9 TCL_MINOR_VERSION=0 -TCL_PATCH_LEVEL="a0" +TCL_PATCH_LEVEL="a1" VERSION=${TCL_VERSION} EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"} diff --git a/unix/configure.ac b/unix/configure.ac index 1b80fb3..19f1c64 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -25,7 +25,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TCL_VERSION=9.0 TCL_MAJOR_VERSION=9 TCL_MINOR_VERSION=0 -TCL_PATCH_LEVEL="a0" +TCL_PATCH_LEVEL="a1" VERSION=${TCL_VERSION} EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"} diff --git a/unix/tcl.spec b/unix/tcl.spec index 0858ee7..e703e27 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -4,7 +4,7 @@ Name: tcl Summary: Tcl scripting language development environment -Version: 9.0a0 +Version: 9.0a1 Release: 2 License: BSD Group: Development/Languages |
