Skip to content

Commit

Permalink
Start 2022.4 dev cycle (#13926)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbudd authored Jul 25, 2022
1 parent a7507ba commit da0c6f1
Show file tree
Hide file tree
Showing 2 changed files with 24 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 @@ -66,7 +66,7 @@ def formatVersionForGUI(year, major, minor):
# Version information for NVDA
name = "NVDA"
version_year = 2022
version_major = 3
version_major = 4
version_minor = 0
version_build = 0 # Should not be set manually. Set in 'sconscript' provided by 'appVeyor.yml'
version=_formatDevVersionString()
Expand Down
23 changes: 23 additions & 0 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@ What's New in NVDA

%!includeconf: ../changes.t2tconf

= 2022.4 =

== New Features ==


== Changes ==


== Bug Fixes ==


== Changes for Developers ==


=== Deprecations ===
These are proposed API breaking changes.
The deprecated part of the API will continue to be available until the specified release.
If no release is specified, the plan for removal has not been determined.
Note, the roadmap for removals is 'best effort' and may be subject to change.
Please test the new API and provide feedback.
For add-on authors, please open a GitHub issue if these changes stop the API from meeting your needs.


= 2022.3 =

== New Features ==
Expand Down

0 comments on commit da0c6f1

Please sign in to comment.