diff --git a/RegularExpression.hxx.in b/RegularExpression.hxx.in
index 827452a8671034fa2c7d46b8120d1845998825df..98c93a384921331dd41578a4cca485e702fbced0 100644
--- a/RegularExpression.hxx.in
+++ b/RegularExpression.hxx.in
@@ -42,6 +42,12 @@
 # define kwsys_stl @KWSYS_NAMESPACE@_stl
 #endif
 
+/* Disable useless Borland warnings.  KWSys tries not to force things
+   on its includers, but there is no choice here.  */
+#if defined(__BORLANDC__)
+# pragma warn -8027 /* function not inlined.  */
+#endif
+
 namespace @KWSYS_NAMESPACE@
 {
 
diff --git a/kwsysDateStamp.cmake b/kwsysDateStamp.cmake
index 64f208c013c506d8f18f1a43d1cd2c01b944628e..bb646927b8213a2310cf270cac09d747047e4f7a 100644
--- a/kwsysDateStamp.cmake
+++ b/kwsysDateStamp.cmake
@@ -4,7 +4,7 @@
 SET(KWSYS_DATE_STAMP_YEAR  2009)
 
 # KWSys version date month component.  Format is MM.
-SET(KWSYS_DATE_STAMP_MONTH 08)
+SET(KWSYS_DATE_STAMP_MONTH 09)
 
 # KWSys version date day component.  Format is DD.
-SET(KWSYS_DATE_STAMP_DAY   31)
+SET(KWSYS_DATE_STAMP_DAY   03)