diff --git a/String.hxx.in b/String.hxx.in
index 424f61d39e034627d0983dedd87b2c6a44eede21..4386c9eb72893fc67122fb998eedd62ba3d30a4e 100644
--- a/String.hxx.in
+++ b/String.hxx.in
@@ -25,7 +25,7 @@ namespace @KWSYS_NAMESPACE@
  * simply a subclass of this type with the same interface so that the
  * name is shorter in debugging symbols and error messages.
  */
-class @KWSYS_NAMESPACE@_EXPORT String: public @KWSYS_NAMESPACE@_stl::string
+class String: public @KWSYS_NAMESPACE@_stl::string
 {
   /** The original string type.  */
   typedef @KWSYS_NAMESPACE@_stl::string stl_string;
diff --git a/kwsysDateStamp.cmake b/kwsysDateStamp.cmake
index 143966739c10d9f98f64c90b26c9ca43c36a0fc3..21117f73f67c308cc8f99a52e52a3a240bf3852a 100644
--- a/kwsysDateStamp.cmake
+++ b/kwsysDateStamp.cmake
@@ -18,4 +18,4 @@ SET(KWSYS_DATE_STAMP_YEAR  2010)
 SET(KWSYS_DATE_STAMP_MONTH 01)
 
 # KWSys version date day component.  Format is DD.
-SET(KWSYS_DATE_STAMP_DAY   13)
+SET(KWSYS_DATE_STAMP_DAY   26)