diff --git a/SystemTools.hxx.in b/SystemTools.hxx.in
index fd2ed19712e4b96530a80bcd8ec9a908ff1e0c20..04f197842695c5914d1a49d4738159d3bccb08e8 100644
--- a/SystemTools.hxx.in
+++ b/SystemTools.hxx.in
@@ -612,7 +612,7 @@ public:
    * Up to 'length' bytes are read from the file, if more than 'percent_bin' %
    * of the bytes are non-textual elements, the file is considered binary,
    * otherwise textual. Textual elements are bytes in the ASCII [0x20, 0x7E]
-   * range, but also \n, \r, \t.
+   * range, but also \\n, \\r, \\t.
    * The algorithm is simplistic, and should probably check for usual file
    * extensions, 'magic' signature, unicode, etc.
    */
@@ -812,7 +812,7 @@ public:
    * Convert windows-style arguments given as a command-line string
    * into more traditional argc/argv arguments.
    * Note that argv[0] will be assigned the executable name using
-   * the ::GetModuleFileName function.
+   * the GetModuleFileName() function.
    */
   static void ConvertWindowsCommandLineToUnixArguments(
     const char *cmd_line, int *argc, char ***argv);
diff --git a/kwsysDateStamp.cmake b/kwsysDateStamp.cmake
index f8530162fec135f4727c70ca4734458f43d05c34..60a30d59192bc7a017a083cf50b17a38cf8245a8 100644
--- a/kwsysDateStamp.cmake
+++ b/kwsysDateStamp.cmake
@@ -15,7 +15,7 @@
 SET(KWSYS_DATE_STAMP_YEAR  2011)
 
 # KWSys version date month component.  Format is MM.
-SET(KWSYS_DATE_STAMP_MONTH 09)
+SET(KWSYS_DATE_STAMP_MONTH 10)
 
 # KWSys version date day component.  Format is DD.
-SET(KWSYS_DATE_STAMP_DAY   06)
+SET(KWSYS_DATE_STAMP_DAY   24)