projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
GUI thread update and event corrections.
[wxWidgets.git]
/
include
/
wx
/
version.h
diff --git
a/include/wx/version.h
b/include/wx/version.h
index 9f9b60d0a0edb856d3dcd6cb278a9c564240e503..66db0313116037625cee554fffafd72f10228074 100644
(file)
--- a/
include/wx/version.h
+++ b/
include/wx/version.h
@@
-15,11
+15,11
@@
/* Bump-up with each new version */
#define wxMAJOR_VERSION 2
#define wxMINOR_VERSION 1
/* Bump-up with each new version */
#define wxMAJOR_VERSION 2
#define wxMINOR_VERSION 1
-#define wxRELEASE_NUMBER
0
-#define wxVERSION_STRING "wxWindows 2.1.
0
"
+#define wxRELEASE_NUMBER
12
+#define wxVERSION_STRING "wxWindows 2.1.
12
"
#define wxVERSION_NUMBER (wxMAJOR_VERSION * 1000) + (wxMINOR_VERSION * 100) + wxRELEASE_NUMBER
#define wxVERSION_NUMBER (wxMAJOR_VERSION * 1000) + (wxMINOR_VERSION * 100) + wxRELEASE_NUMBER
-#define wxBETA_NUMBER
1
+#define wxBETA_NUMBER
0
#define wxVERSION_FLOAT wxMAJOR_VERSION + (wxMINOR_VERSION/10.0) + (wxRELEASE_NUMBER/100.0) + (wxBETA_NUMBER/10000.0)
#endif
#define wxVERSION_FLOAT wxMAJOR_VERSION + (wxMINOR_VERSION/10.0) + (wxRELEASE_NUMBER/100.0) + (wxBETA_NUMBER/10000.0)
#endif
-
// _WX_VERSIONH__
+// _WX_VERSIONH__