Skip to content

Commit 7df9590

Browse files
authored
Start 2024.4.2 release process (#17542)
* Added changes section * Bumped minor version
1 parent 907d34e commit 7df9590

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

source/buildVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def formatVersionForGUI(year, major, minor):
6565
name = "NVDA"
6666
version_year = 2024
6767
version_major = 4
68-
version_minor = 1
68+
version_minor = 2
6969
version_build = 0 # Should not be set manually. Set in 'sconscript' provided by 'appVeyor.yml'
7070
version = _formatDevVersionString()
7171
publisher = "unknown"

user_docs/en/changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# What's New in NVDA
22

3+
## 2024.4.2
4+
5+
### Bug Fixes
6+
37
## 2024.4.1
48

59
This is a patch release to fix a bug when saving speech symbol dictionaries.

0 commit comments

Comments
 (0)