summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-15 04:09:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-15 04:09:25 (GMT)
commit9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3 (patch)
treeb322b45aa3ddd82970d68a8335eefe8998469caf /win
parent9ae0d652824688e3ac54ef7d4df854cbedbefe72 (diff)
downloadtcl-9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3.zip
tcl-9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3.tar.gz
tcl-9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3.tar.bz2
Kill Octal; bump to 9.0a0; make test suite work again.
Diffstat (limited to 'win')
-rw-r--r--win/README4
-rw-r--r--win/configure.in8
-rw-r--r--win/makefile.bc4
-rw-r--r--win/tclAppInit.c2
4 files changed, 9 insertions, 9 deletions
diff --git a/win/README b/win/README
index 8b257b1..4ecd9b3 100644
--- a/win/README
+++ b/win/README
@@ -1,4 +1,4 @@
-Tcl 8.6 for Windows
+Tcl 9.0 for Windows
1. Introduction
---------------
@@ -16,7 +16,7 @@ The information in this file is maintained on the web at:
In order to compile Tcl for Windows, you need the following:
- Tcl 8.6 Source Distribution (plus any patches)
+ Tcl 9.0 Source Distribution (plus any patches)
and
diff --git a/win/configure.in b/win/configure.in
index 0426bb1..e74a745 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -11,10 +11,10 @@ AC_PREREQ(2.59)
# /bin/sh. The bash shell seems to suffer from some strange failures.
SHELL=/bin/sh
-TCL_VERSION=8.6
-TCL_MAJOR_VERSION=8
-TCL_MINOR_VERSION=6
-TCL_PATCH_LEVEL="b3"
+TCL_VERSION=9.0
+TCL_MAJOR_VERSION=9
+TCL_MINOR_VERSION=0
+TCL_PATCH_LEVEL="a0"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.4
diff --git a/win/makefile.bc b/win/makefile.bc
index 18bfa28..bd71169 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -123,8 +123,8 @@ CFG_ENCODING = \"cp1252\"
NAMEPREFIX = tcl
STUBPREFIX = $(NAMEPREFIX)stub
-DOTVERSION = 8.6
-VERSION = 86
+DOTVERSION = 9.0
+VERSION = 90
DDEVERSION = 14
DDEDOTVERSION = 1.4
diff --git a/win/tclAppInit.c b/win/tclAppInit.c
index 56f45a0..299f42b 100644
--- a/win/tclAppInit.c
+++ b/win/tclAppInit.c
@@ -1,4 +1,4 @@
-/*
+
* tclAppInit.c --
*
* Provides a default version of the main program and Tcl_AppInit