Fixed wrong variable names in version.

This commit is contained in:
Storm Dragon 2024-12-18 11:34:18 -05:00
parent 6e480db630
commit e9916bbcc4

View File

@ -30,7 +30,7 @@ __license__ = "LGPL"
# $CTHULHU_VERSION
#
version = f"{version}-{codeName}"
version = f"Cthulhu screen reader version {cthulhuVersion.version}-{cthulhuVersion.codeName}"
# The revision if built from git; otherwise an empty string
#