diff options
| author | dgp <dgp@users.sourceforge.net> | 2021-06-18 18:11:29 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2021-06-18 18:11:29 (GMT) |
| commit | a44478512904d7dfa4f93d1b8c38301e62d025ee (patch) | |
| tree | b72128c6e187dde4785b1dc38efe8be81122e32b /unix | |
| parent | 9deb1f2b0abf590ec9551280107b2c365a4688cd (diff) | |
| download | tcl-a44478512904d7dfa4f93d1b8c38301e62d025ee.zip tcl-a44478512904d7dfa4f93d1b8c38301e62d025ee.tar.gz tcl-a44478512904d7dfa4f93d1b8c38301e62d025ee.tar.bz2 | |
Bump version number to distinguish from 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 744a746..98d3a50 100755 --- a/unix/configure +++ b/unix/configure @@ -2683,7 +2683,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TCL_VERSION=8.7 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=7 -TCL_PATCH_LEVEL="a5" +TCL_PATCH_LEVEL="a6" VERSION=${TCL_VERSION} EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"} diff --git a/unix/configure.ac b/unix/configure.ac index 30c388f..485f13d 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -26,7 +26,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TCL_VERSION=8.7 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=7 -TCL_PATCH_LEVEL="a5" +TCL_PATCH_LEVEL="a6" VERSION=${TCL_VERSION} EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"} diff --git a/unix/tcl.spec b/unix/tcl.spec index 0ffe515..e719a48 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -4,7 +4,7 @@ Name: tcl Summary: Tcl scripting language development environment -Version: 8.7a5 +Version: 8.7a6 Release: 2 License: BSD Group: Development/Languages |
