From 384479a0a5c6a6bb20a2d6991e84d4adb114194e Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 18 Dec 2024 11:22:41 -0500 Subject: [PATCH] Add the code name to the version. --- src/cthulhu/cthulhu_platform.py.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cthulhu/cthulhu_platform.py.in b/src/cthulhu/cthulhu_platform.py.in index b985122..9a3cb57 100644 --- a/src/cthulhu/cthulhu_platform.py.in +++ b/src/cthulhu/cthulhu_platform.py.in @@ -17,6 +17,8 @@ # Free Software Foundation, Inc., Franklin Street, Fifth Floor, # Boston MA 02110-1301 USA. +from cthulhu import cthulhuVersion + """Holds platform-specific settings. """ @@ -28,7 +30,7 @@ __license__ = "LGPL" # $CTHULHU_VERSION # -version = "@VERSION@" +version = f"{version}-{codeName}" # The revision if built from git; otherwise an empty string #