#define wxMAJOR_VERSION 2
#define wxMINOR_VERSION 5
#define wxRELEASE_NUMBER 2
-#define wxSUBRELEASE_NUMBER 3
+#define wxSUBRELEASE_NUMBER 8
#define wxVERSION_STRING _T("wxWidgets 2.5.2")
/* nothing to update below this line when updating the version */
((major) != wxMAJOR_VERSION || \
(minor) != wxMINOR_VERSION || \
(release) != wxRELEASE_NUMBER || \
- (subrel) >= wxSUBRELEASE_NUMBER)
+ (subrel) <= wxSUBRELEASE_NUMBER)
#endif /* _WX_VERSION_H_ */