diff options
-rw-r--r-- | chapter06/zlib.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index ab9ae94e7..7461858ad 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -57,7 +57,7 @@ <listitem> <para>Setting CFLAGS overrides the default optimization in the package to prevent some run time errors. Note that the -mstackrealign - may cause build failures in non-Intel architeture systems.</para> + may cause build failures in non-Intel architecture systems.</para> </listitem> </varlistentry> </variablelist> diff --git a/general.ent b/general.ent index 548669dd7..47c36801c 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20101027"> -<!ENTITY releasedate "October 27, 2010"> +<!ENTITY version "SVN-20101028"> +<!ENTITY releasedate "October 28, 2010"> <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "6.8"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |