Fix warning message error. (#443)

Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
diff --git a/include/StackMacros.h b/include/StackMacros.h
index 690596f..46707b9 100644
--- a/include/StackMacros.h
+++ b/include/StackMacros.h
@@ -28,7 +28,7 @@
 

 

 #ifndef _MSC_VER /* Visual Studio doesn't support #warning. */

-    #warning The name of this file has changed to stack_macros.h.  Please update your code accordingly.  This source file (which has the original name) will be removed in future released.

+    #warning The name of this file has changed to stack_macros.h.  Please update your code accordingly.  This source file (which has the original name) will be removed in a future release.

 #endif

 

 #include "stack_macros.h"