Skip to content

Commit

Permalink
version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianni committed Sep 21, 2021
1 parent 22fbe9b commit 936df49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dudeshield.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ isEmpty(GIT_VERSION) {
# Application Version
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_BUILD = 1
VERSION_BUILD = 2
} else {
VERSIONS = $$split(GIT_VERSION, ".")
VERSION_MAJOR = $$member(VERSIONS, 0)
Expand Down

0 comments on commit 936df49

Please sign in to comment.