projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't process VK_OEM_XXX key presses
[wxWidgets.git]
/
include
/
wx
/
version.h
diff --git
a/include/wx/version.h
b/include/wx/version.h
index 680e5f64771a9ac437aefb543b30786285094d95..f93fc775ade9c2ad5e0d27c5a50a86e65b3331fc 100644
(file)
--- a/
include/wx/version.h
+++ b/
include/wx/version.h
@@
-15,13
+15,13
@@
// Bump-up with each new version
#define wxMAJOR_VERSION 2
#define wxMINOR_VERSION 3
// Bump-up with each new version
#define wxMAJOR_VERSION 2
#define wxMINOR_VERSION 3
-#define wxRELEASE_NUMBER
0
-#define wxVERSION_STRING _T("wxWindows 2.3.
0
")
+#define wxRELEASE_NUMBER
2
+#define wxVERSION_STRING _T("wxWindows 2.3.
2
")
// These are used by src/msw/version.rc and should always be ASCII, not Unicode
// and must be updated manually as well each time the version above changes
// These are used by src/msw/version.rc and should always be ASCII, not Unicode
// and must be updated manually as well each time the version above changes
-#define wxVERSION_NUM_DOT_STRING "2.3.
0
"
-#define wxVERSION_NUM_STRING "23
0
"
+#define wxVERSION_NUM_DOT_STRING "2.3.
2
"
+#define wxVERSION_NUM_STRING "23
2
"
// nothing should be updated below this line when updating the version
// nothing should be updated below this line when updating the version