Skip to content

Commit 6718657

Browse files
committed
Bump version
1 parent f7d44fe commit 6718657

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_ptw32.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
*/
4444
#define __PTW32_VERSION_MAJOR 3
4545
#define __PTW32_VERSION_MINOR 0
46-
#define __PTW32_VERSION_MICRO 1
46+
#define __PTW32_VERSION_MICRO 2
4747
#define __PTW32_VERION_BUILD 0
48-
#define __PTW32_VERSION 3,0,0,1
49-
#define __PTW32_VERSION_STRING "3, 0, 1, 0\0"
48+
#define __PTW32_VERSION 3,0,2,0
49+
#define __PTW32_VERSION_STRING "3, 0, 2, 0\0"
5050

5151
#if defined(__GNUC__)
5252
# pragma GCC system_header

0 commit comments

Comments
 (0)