Skip to content

Commit 41647e1

Browse files
authored
Merge 37945ac into 0f9c0da
2 parents 0f9c0da + 37945ac commit 41647e1

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

source/buildVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def formatVersionForGUI(year, major, minor):
6666
# Version information for NVDA
6767
name = "NVDA"
6868
version_year = 2022
69-
version_major = 3
69+
version_major = 4
7070
version_minor = 0
7171
version_build = 0 # Should not be set manually. Set in 'sconscript' provided by 'appVeyor.yml'
7272
version=_formatDevVersionString()

user_docs/en/changes.t2t

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ What's New in NVDA
33

44
%!includeconf: ../changes.t2tconf
55

6+
= 2022.4 =
7+
8+
== New Features ==
9+
10+
11+
== Changes ==
12+
13+
14+
== Bug Fixes ==
15+
16+
17+
== Changes for Developers ==
18+
19+
20+
=== Deprecations ===
21+
These are proposed API breaking changes.
22+
The deprecated part of the API will continue to be available until the specified release.
23+
If no release is specified, the plan for removal has not been determined.
24+
Note, the roadmap for removals is 'best effort' and may be subject to change.
25+
Please test the new API and provide feedback.
26+
For add-on authors, please open a GitHub issue if these changes stop the API from meeting your needs.
27+
28+
629
= 2022.3 =
730

831
== New Features ==

0 commit comments

Comments
 (0)