diff options
author | dgp <dgp@users.sourceforge.net> | 2015-10-23 14:30:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-10-23 14:30:40 (GMT) |
commit | 8ce51a07b8d38dd87747125c886b78d9960f9fe8 (patch) | |
tree | b73b9401062024257cd42aa3034e00c36bf38177 /unix/configure.in | |
parent | ca7c0960d7638677ec58d01f6229fda1c9e310a4 (diff) | |
download | tcl-8ce51a07b8d38dd87747125c886b78d9960f9fe8.zip tcl-8ce51a07b8d38dd87747125c886b78d9960f9fe8.tar.gz tcl-8ce51a07b8d38dd87747125c886b78d9960f9fe8.tar.bz2 |
Bump to release number 8.5.19
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in index 9c93024..ed895d9 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -25,7 +25,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL=".18" +TCL_PATCH_LEVEL=".19" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |