From e9916bbcc4cfcd7e836c58aa7e1d32c8f60ca668 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 18 Dec 2024 11:34:18 -0500 Subject: [PATCH] Fixed wrong variable names in version. --- src/cthulhu/cthulhu_platform.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cthulhu/cthulhu_platform.py.in b/src/cthulhu/cthulhu_platform.py.in index 9a3cb57..da74200 100644 --- a/src/cthulhu/cthulhu_platform.py.in +++ b/src/cthulhu/cthulhu_platform.py.in @@ -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 #