-// the constants below must be changed with each new version
-// ----------------------------------------------------------------------------
+#include "wx/cpp.h" /* for wxSTRINGIZE */
+
+/* the constants below must be changed with each new version */
+/* ---------------------------------------------------------------------------- */
+
+/*
+ Don't forget to update WX_CURRENT, WX_REVISION and WX_AGE in
+ build/bakefiles/version.bkl and regenerate the makefiles when you change
+ this!
+ */
+
+/* NB: this file is parsed by automatic tools so don't change its format! */
+#define wxMAJOR_VERSION 2
+#define wxMINOR_VERSION 9
+#define wxRELEASE_NUMBER 2
+#define wxSUBRELEASE_NUMBER 0
+#define wxVERSION_STRING wxT("wxWidgets 2.9.2")