We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1beec9 commit a08e838Copy full SHA for a08e838
2 files changed
MCG/MCG_CC/mcg_cc_main.py
@@ -55,7 +55,7 @@ class Main(object):
55
OUTPUT_DIR_PATH_INDEX = 2
56
57
# MCG CC version
58
- MCG_CC_VERSION = "v0.2.0-alpha"
+ MCG_CC_VERSION = "v0.3.0-in-dev"
59
60
# Description:
61
# This is main method, which display short notice and start conversion process.
MCG/MCG_CGC/mcg_cgc_main.py
@@ -51,7 +51,7 @@ class Main(object):
51
52
53
# MCG CGC version
54
- MCG_CGC_VERSION = "v0.2.0-alpha"
+ MCG_CGC_VERSION = "v0.3.0-in-dev"
# This is main method, which display short notice and start code generation process.
0 commit comments