Skip to content

Commit

Permalink
Create 2021.3.3 on rc (#13375)
Browse files Browse the repository at this point in the history
Due to version_minor not being updated, a bug existed in NVDA 2021.3.2 where it incorrectly identified itself as 2021.3.1.

Description of how this pull request fixes the issue:
Increases version number, update changelog
  • Loading branch information
seanbudd authored Feb 22, 2022
1 parent 4443b3d commit f082da4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions 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 = 2021
version_major = 3
version_minor = 1
version_minor = 3
version_build = 0 # Should not be set manually. Set in 'sconscript' provided by 'appVeyor.yml'
version=_formatDevVersionString()
publisher="unknown"
Expand Down
5 changes: 5 additions & 0 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ What's New in NVDA

%!includeconf: ../changes.t2tconf

= 2021.3.3 =
This release is identical to 2021.3.2.
A bug existed in NVDA 2021.3.2 where it incorrectly identified itself as 2021.3.1.
This release correctly identifies itself as 2021.3.3.


= 2021.3.2 =
This is a minor release to fix several security issues raised.
Expand Down

0 comments on commit f082da4

Please sign in to comment.