]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/version.h
I got tired of some of the memory leak messages related to html and
[wxWidgets.git] / include / wx / version.h
index 6cb9ff1ef0f376a15c457dc3ccd5538f218400fe..14c415205607c814a3445051f770169fc6b0f655 100644 (file)
@@ -18,8 +18,8 @@
 #define wxRELEASE_NUMBER   0
 #define wxVERSION_STRING "wxWindows 2.1.0"
 #define wxVERSION_NUMBER (wxMAJOR_VERSION * 1000) + (wxMINOR_VERSION * 100) + wxRELEASE_NUMBER
-#define wxBETA_NUMBER      4
+#define wxBETA_NUMBER      9
 #define wxVERSION_FLOAT wxMAJOR_VERSION + (wxMINOR_VERSION/10.0) + (wxRELEASE_NUMBER/100.0) + (wxBETA_NUMBER/10000.0)
 
 #endif
-       // _WX_VERSIONH__
+// _WX_VERSIONH__