Skip to content

Commit

Permalink
changed release version to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kaamui committed Oct 4, 2022
1 parent 6f5b999 commit b474fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenBoard.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CONFIG += debug_and_release \
VERSION_MAJ = 1
VERSION_MIN = 6
VERSION_PATCH = 4
VERSION_TYPE = rc # a = alpha, b = beta, rc = release candidate, r = release, other => error
VERSION_TYPE = r # a = alpha, b = beta, rc = release candidate, r = release, other => error
VERSION_BUILD = 0927

VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_PATCH}-$${VERSION_TYPE}.$${VERSION_BUILD}"
Expand Down

0 comments on commit b474fa3

Please sign in to comment.