fixed subrelease test in wxCHECK_VERSION_FULL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-07-28 14:22:11 +00:00
parent 055a486bbe
commit 7802e5d0b2

View File

@@ -55,7 +55,7 @@
((major) != wxMAJOR_VERSION || \
(minor) != wxMINOR_VERSION || \
(release) != wxRELEASE_NUMBER || \
(subrel) >= wxSUBRELEASE_NUMBER)
(subrel) <= wxSUBRELEASE_NUMBER)
#endif /* _WX_VERSION_H_ */