Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MCG/MCG_CC/mcg_cc_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Main(object):
OUTPUT_DIR_PATH_INDEX = 2

# MCG CC version
MCG_CC_VERSION = "v0.5.0-alpha"
MCG_CC_VERSION = "v0.6.0-in-dev"

# Description:
# This is main method, which display short notice and start conversion process.
Expand Down
2 changes: 1 addition & 1 deletion MCG/MCG_CGC/mcg_cgc_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Main(object):
OUTPUT_DIR_PATH_INDEX = 2

# MCG CGC version
MCG_CGC_VERSION = "v0.5.0-alpha"
MCG_CGC_VERSION = "v0.6.0-in-dev"

# Description:
# This is main method, which display short notice and start code generation process.
Expand Down