Skip to content

Commit

Permalink
1.0.1 draft
Browse files Browse the repository at this point in the history
  • Loading branch information
gorlak committed Oct 16, 2020
1 parent 97b9f79 commit 5c86b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
draft: true
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion 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 0
#define VERSION_PATCH 1

#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 5c86b7c

Please sign in to comment.