File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# to convert model content from set of .exml files into configuration file.
77#
88# COPYRIGHT: Copyright (C) 2021-2024 Kamil Deć github.com/deckamil
9- # DATE: 26 FEB 2024
9+ # DATE: 14 APR 2024
1010#
1111# LICENSE:
1212# This file is part of Mod Code Generator (MCG).
@@ -54,7 +54,7 @@ class Main(object):
5454 OUTPUT_DIR_PATH_INDEX = 2
5555
5656 # MCG CC version
57- MCG_CC_VERSION = "v0.5.0-in-dev "
57+ MCG_CC_VERSION = "v0.5.0-alpha "
5858
5959 # Description:
6060 # This is main method, which display short notice and start conversion process.
Original file line number Diff line number Diff line change 66# to generate C code from the configuration file.
77#
88# COPYRIGHT: Copyright (C) 2022-2024 Kamil Deć github.com/deckamil
9- # DATE: 13 FEB 2024
9+ # DATE: 14 APR 2024
1010#
1111# LICENSE:
1212# This file is part of Mod Code Generator (MCG).
@@ -51,7 +51,7 @@ class Main(object):
5151 OUTPUT_DIR_PATH_INDEX = 2
5252
5353 # MCG CGC version
54- MCG_CGC_VERSION = "v0.5.0-in-dev "
54+ MCG_CGC_VERSION = "v0.5.0-alpha "
5555
5656 # Description:
5757 # This is main method, which display short notice and start code generation process.
You can’t perform that action at this time.
0 commit comments