]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/version.h
Explicit casting/instantiation to resolve ambiguous overload.
[wxWidgets.git] / include / wx / version.h
index 28e04c540579310a60e66f78184466445227329a..93baaf6b8f0b49941b137eafcb7bdaca7186e27c 100644 (file)
@@ -18,7 +18,7 @@
 #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      5
+#define wxBETA_NUMBER      6
 #define wxVERSION_FLOAT wxMAJOR_VERSION + (wxMINOR_VERSION/10.0) + (wxRELEASE_NUMBER/100.0) + (wxBETA_NUMBER/10000.0)
 
 #endif