Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rocso committed Nov 3, 2019
1 parent f7d44fe commit 6718657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _ptw32.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
*/
#define __PTW32_VERSION_MAJOR 3
#define __PTW32_VERSION_MINOR 0
#define __PTW32_VERSION_MICRO 1
#define __PTW32_VERSION_MICRO 2
#define __PTW32_VERION_BUILD 0
#define __PTW32_VERSION 3,0,0,1
#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"

#if defined(__GNUC__)
# pragma GCC system_header
Expand Down

0 comments on commit 6718657

Please sign in to comment.