diff options
author | dgp <dgp@users.sourceforge.net> | 2018-10-05 19:37:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-10-05 19:37:52 (GMT) |
commit | c74364be4c0ab1ca34ba34f02a662708473d62a9 (patch) | |
tree | b2646f6d5e390948bd7d2432b4b7e25dff30c390 /generic/tcl.h | |
parent | c3c71b5f3cddf06ba73dd3c2db7c72831db606c9 (diff) | |
download | tcl-c74364be4c0ab1ca34ba34f02a662708473d62a9.zip tcl-c74364be4c0ab1ca34ba34f02a662708473d62a9.tar.gz tcl-c74364be4c0ab1ca34ba34f02a662708473d62a9.tar.bz2 |
Bump version numbers for 8.6.9 release.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 36001ca..17ab2d3 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -42,10 +42,6 @@ extern "C" { * win/configure.in (as above) * win/tcl.m4 (not patchlevel) * README (sections 0 and 2, with and without separator) - * macosx/Tcl.pbproj/project.pbxproj (not patchlevel) 1 LOC - * macosx/Tcl.pbproj/default.pbxuser (not patchlevel) 1 LOC - * macosx/Tcl.xcode/project.pbxproj (not patchlevel) 2 LOC - * macosx/Tcl.xcode/default.pbxuser (not patchlevel) 1 LOC * macosx/Tcl-Common.xcconfig (not patchlevel) 1 LOC * win/README (not patchlevel) (sections 0 and 2) * unix/tcl.spec (1 LOC patch) @@ -55,10 +51,10 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 6 #define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TCL_RELEASE_SERIAL 8 +#define TCL_RELEASE_SERIAL 9 #define TCL_VERSION "8.6" -#define TCL_PATCH_LEVEL "8.6.8" +#define TCL_PATCH_LEVEL "8.6.9" /* *---------------------------------------------------------------------------- |