Skip to content

Commit

Permalink
Incremented build version
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaCowley committed Aug 21, 2024
1 parent c49ed1f commit aed08da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/buildVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def formatVersionForGUI(year, major, minor):

# Version information for NVDA
name = "NVDA"
version_year = 2024
version_major = 4
version_year = 2025
version_major = 1
version_minor = 0
version_build = 0 # Should not be set manually. Set in 'sconscript' provided by 'appVeyor.yml'
version = _formatDevVersionString()
Expand Down
2 changes: 1 addition & 1 deletion source/versionInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
longName = _("NonVisual Desktop Access")
description = _("A free and open source screen reader for Microsoft Windows")
url = "https://www.nvaccess.org"
copyrightYears = "2006-2024"
copyrightYears = "2006-2025"
copyright = _("Copyright (C) {years} NVDA Contributors").format(
years=copyrightYears,
)
Expand Down

0 comments on commit aed08da

Please sign in to comment.