]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/version.h
Used old name SelectCell instead of new name SetCurrentCell
[wxWidgets.git] / include / wx / version.h
index f0145306dea8e6a6f5fbfbda54c6299458fd4e8c..abc4162dde0f01902d180981bef009c6fd087699 100644 (file)
@@ -15,8 +15,8 @@
 /* Bump-up with each new version */
 #define wxMAJOR_VERSION    2
 #define wxMINOR_VERSION    1
-#define wxRELEASE_NUMBER   11
-#define wxVERSION_STRING "wxWindows 2.1.11"
+#define wxRELEASE_NUMBER   13
+#define wxVERSION_STRING "wxWindows 2.1.13"
 #define wxVERSION_NUMBER (wxMAJOR_VERSION * 1000) + (wxMINOR_VERSION * 100) + wxRELEASE_NUMBER
 #define wxBETA_NUMBER      0
 #define wxVERSION_FLOAT wxMAJOR_VERSION + (wxMINOR_VERSION/10.0) + (wxRELEASE_NUMBER/100.0) + (wxBETA_NUMBER/10000.0)