diff options
-rw-r--r-- | chapter05/tcl.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index ba34f063e..f0f7dd868 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -40,7 +40,7 @@ linkend="chapter-building-system"/>.</para> <para>Tcl's configure script has a syntax error:</para> <screen><userinput>cd unix -cp configure configure.orig +cp -v configure{,.orig} sed "s/relid'/relid/" configure.orig > configure</userinput></screen> <para>Prepare Tcl for compilation:</para> diff --git a/general.ent b/general.ent index 58092f208..3c45e4d5c 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20051212"> -<!ENTITY releasedate "December 12, 2005"> +<!ENTITY version "SVN-20051213"> +<!ENTITY releasedate "December 13, 2005"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |