File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77# file.
88#
99# COPYRIGHT: Copyright (C) 2021-2022 Kamil Deć github.com/deckamil
10- # DATE: 12 SEP 2022
10+ # DATE: 11 NOV 2022
1111#
1212# LICENSE:
1313# This file is part of Mod Code Generator (MCG).
@@ -58,7 +58,7 @@ class Main(object):
5858 OUTPUT_DIR_PATH_INDEX = 2
5959
6060 # MCG CC version
61- MCG_CC_VERSION = "v0.1.0-in-dev "
61+ MCG_CC_VERSION = "v0.1.0-alpha "
6262
6363 # Description:
6464 # 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 Kamil Deć github.com/deckamil
9- # DATE: 12 SEP 2022
9+ # DATE: 11 NOV 2022
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.1.0-in-dev "
54+ MCG_CGC_VERSION = "v0.1.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