Skip to content

Commit

Permalink
Update buildVersion for 2022.2.1 (#14053)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbudd authored Aug 24, 2022
1 parent 6b281b2 commit b718782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/buildVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def formatVersionForGUI(year, major, minor):
name = "NVDA"
version_year = 2022
version_major = 2
version_minor = 0
version_minor = 1
version_build = 0 # Should not be set manually. Set in 'sconscript' provided by 'appVeyor.yml'
version=_formatDevVersionString()
publisher="unknown"
Expand Down

0 comments on commit b718782

Please sign in to comment.