diff --git a/hashtable.hxx.in b/hashtable.hxx.in
index 2b80f4b9ad5574552842d06d02aaf80c098ef020..2f337bad7fb226141d8f4f1a000c577afebaf760 100644
--- a/hashtable.hxx.in
+++ b/hashtable.hxx.in
@@ -390,7 +390,7 @@ enum { _stl_num_primes = 31 };
 
 // create a function with a static local to that function that returns
 // the static
-const unsigned long* get_stl_prime_list() {
+inline const unsigned long* get_stl_prime_list() {
 
 static const unsigned long _stl_prime_list[_stl_num_primes] =
 {
diff --git a/kwsysDateStamp.cmake b/kwsysDateStamp.cmake
index d56f817864ad218d3450104593e0a0aa3793051f..32d4eef0f84be97d60445915c3f3c075002dbda7 100644
--- a/kwsysDateStamp.cmake
+++ b/kwsysDateStamp.cmake
@@ -18,4 +18,4 @@ SET(KWSYS_DATE_STAMP_YEAR  2010)
 SET(KWSYS_DATE_STAMP_MONTH 04)
 
 # KWSys version date day component.  Format is DD.
-SET(KWSYS_DATE_STAMP_DAY   28)
+SET(KWSYS_DATE_STAMP_DAY   29)