Skip to content

Commit

Permalink
Bump to version 9.0a3 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp committed May 3, 2021
1 parent cdde56e commit f187e1c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# README: Tcl

This is the **Tcl 9.0a2** source distribution.
This is the **Tcl 9.0a3** source distribution.

You can get any source release of Tcl from [our distribution
site](https://sourceforge.net/projects/tcl/files/Tcl/).
Expand Down
4 changes: 2 additions & 2 deletions generic/tcl.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ extern "C" {
#define TCL_MAJOR_VERSION 9
#define TCL_MINOR_VERSION 0
#define TCL_RELEASE_LEVEL TCL_ALPHA_RELEASE
#define TCL_RELEASE_SERIAL 2
#define TCL_RELEASE_SERIAL 3

#define TCL_VERSION "9.0"
#define TCL_PATCH_LEVEL "9.0a2"
#define TCL_PATCH_LEVEL "9.0a3"

#if defined(RC_INVOKED)
/*
Expand Down
2 changes: 1 addition & 1 deletion library/init.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if {[info commands package] == ""} {
error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]"
}
package require -exact tcl 9.0a2
package require -exact tcl 9.0a3

# Compute the auto path to use in this interpreter.
# The values on the path come from several locations:
Expand Down
2 changes: 1 addition & 1 deletion unix/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2683,7 +2683,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TCL_VERSION=9.0
TCL_MAJOR_VERSION=9
TCL_MINOR_VERSION=0
TCL_PATCH_LEVEL="a2"
TCL_PATCH_LEVEL="a3"
VERSION=${TCL_VERSION}

EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
Expand Down
2 changes: 1 addition & 1 deletion unix/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [
TCL_VERSION=9.0
TCL_MAJOR_VERSION=9
TCL_MINOR_VERSION=0
TCL_PATCH_LEVEL="a2"
TCL_PATCH_LEVEL="a3"
VERSION=${TCL_VERSION}

EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
Expand Down
2 changes: 1 addition & 1 deletion unix/tcl.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name: tcl
Summary: Tcl scripting language development environment
Version: 9.0a2
Version: 9.0a3
Release: 2
License: BSD
Group: Development/Languages
Expand Down
2 changes: 1 addition & 1 deletion win/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2401,7 +2401,7 @@ SHELL=/bin/sh
TCL_VERSION=9.0
TCL_MAJOR_VERSION=9
TCL_MINOR_VERSION=0
TCL_PATCH_LEVEL="a2"
TCL_PATCH_LEVEL="a3"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.4
Expand Down
2 changes: 1 addition & 1 deletion win/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SHELL=/bin/sh
TCL_VERSION=9.0
TCL_MAJOR_VERSION=9
TCL_MINOR_VERSION=0
TCL_PATCH_LEVEL="a2"
TCL_PATCH_LEVEL="a3"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION

TCL_DDE_VERSION=1.4
Expand Down

0 comments on commit f187e1c

Please sign in to comment.