Skip to content

Commit

Permalink
Version 1.1 for PowerMate USB support
Browse files Browse the repository at this point in the history
  • Loading branch information
gorlak committed Jan 29, 2021
1 parent 439400e commit 55d8c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resource.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 1
#define VERSION_MINOR 1
#define VERSION_PATCH 0

#define VERSION_STRINGIFY(major, minor, patch) wxT(#major) wxT(".") wxT(#minor) wxT(".") wxT(#patch)
#define VERSION_TOSTRING(major, minor, patch) VERSION_STRINGIFY(major,minor,patch)
Expand Down

0 comments on commit 55d8c24

Please sign in to comment.