Skip to content

Commit ef6bf9e

Browse files
authored
Merge cf07127 into a34da14
2 parents a34da14 + cf07127 commit ef6bf9e

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

source/buildVersion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# A part of NonVisual Desktop Access (NVDA)
2-
# Copyright (C) 2006-2022 NV Access Limited
2+
# Copyright (C) 2006-2023 NV Access Limited
33
# This file is covered by the GNU General Public License.
44
# See the file COPYING for more details.
55

@@ -66,7 +66,7 @@ def formatVersionForGUI(year, major, minor):
6666
# Version information for NVDA
6767
name = "NVDA"
6868
version_year = 2023
69-
version_major = 1
69+
version_major = 2
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ What's New in NVDA
33

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

6+
= 2023.2 =
7+
8+
== New Features ==
9+
10+
11+
== Changes ==
12+
13+
14+
== Bug Fixes ==
15+
16+
17+
== Changes for Developers ==
18+
Please refer to [the developer guide https://www.nvaccess.org/files/nvda/documentation/developerGuide.html#API] for information on NVDA's API deprecation and removal process.
19+
20+
=== Deprecations ===
21+
22+
623
= 2023.1 =
724

825
== New Features ==

0 commit comments

Comments
 (0)