Add the code name to the version.
This commit is contained in:
parent
deccf846d8
commit
384479a0a5
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user