Skip to content

Commit

Permalink
merge release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp committed Sep 16, 2024
2 parents f47cb1e + c07357c commit e5dcd8f
Show file tree
Hide file tree
Showing 10 changed files with 8,164 additions and 15,743 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 8.6.14** source distribution.
This is the **Tcl 8.6.15** source distribution.

You can get any source release of Tcl from [our distribution
site](https://sourceforge.net/projects/tcl/files/Tcl/).
Expand Down
199 changes: 133 additions & 66 deletions changes

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions generic/tcl.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ extern "C" {
#endif
#define TCL_MINOR_VERSION 6
#define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE
#define TCL_RELEASE_SERIAL 14
#define TCL_RELEASE_SERIAL 15

#define TCL_VERSION "8.6"
#define TCL_PATCH_LEVEL "8.6.14"
#define TCL_PATCH_LEVEL "8.6.15"

/*
*----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion library/init.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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 8.6.14
package require -exact Tcl 8.6.15

# Compute the auto path to use in this interpreter.
# The values on the path come from several locations:
Expand Down
Loading

0 comments on commit e5dcd8f

Please sign in to comment.