Skip to content

Commit d89b00d

Browse files
committed
get version number right...
1 parent 57a2411 commit d89b00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def _(arg):
3232
and other translations are in progress.""",
3333
),
3434
# version
35-
"addon_version": "0.7.0",
35+
"addon_version": "0.7.0-rc.6",
3636
# Author(s)
3737
"addon_author": "Neil Soiffer <soiffer@alum.mit.edu>",
3838
# URL for the add-on documentation support
@@ -44,7 +44,7 @@ def _(arg):
4444
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
4545
"addon_minimumNVDAVersion": "2025.1",
4646
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
47-
"addon_lastTestedNVDAVersion": "2025.2",
47+
"addon_lastTestedNVDAVersion": "2025.",
4848
# Add-on update channel (default is None, denoting stable releases,
4949
# and for development releases, use "dev".)
5050
# Do not change unless you know what you are doing!

0 commit comments

Comments
 (0)