]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/version.h
make install, make uninstall and wx-coonfig work again.
[wxWidgets.git] / include / wx / version.h
index 276361a46e7f86404d709503b64e25c5beba83ca..e22c21138e7a7d59d7665ba65361508da56f2a2a 100644 (file)
 
 /* Bump-up with each new version */
 #define wxMAJOR_VERSION    2
-#define wxMINOR_VERSION    0
-#define wxRELEASE_NUMBER   1
-#define wxVERSION_STRING "wxWindows 2.0.1"
+#define wxMINOR_VERSION    1
+#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      8
 #define wxVERSION_FLOAT wxMAJOR_VERSION + (wxMINOR_VERSION/10.0) + (wxRELEASE_NUMBER/100.0) + (wxBETA_NUMBER/10000.0)
 
 #endif
-       // _WX_VERSIONH__
+// _WX_VERSIONH__