We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d44fe commit 6718657Copy full SHA for 6718657
_ptw32.h
@@ -43,10 +43,10 @@
43
*/
44
#define __PTW32_VERSION_MAJOR 3
45
#define __PTW32_VERSION_MINOR 0
46
-#define __PTW32_VERSION_MICRO 1
+#define __PTW32_VERSION_MICRO 2
47
#define __PTW32_VERION_BUILD 0
48
-#define __PTW32_VERSION 3,0,0,1
49
-#define __PTW32_VERSION_STRING "3, 0, 1, 0\0"
+#define __PTW32_VERSION 3,0,2,0
+#define __PTW32_VERSION_STRING "3, 0, 2, 0\0"
50
51
#if defined(__GNUC__)
52
# pragma GCC system_header
0 commit comments