Skip to content

Commit 5e6f0b8

Browse files
committed
Changed version to v0.5.0-alpha
1 parent 1958324 commit 5e6f0b8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

MCG/MCG_CC/mcg_cc_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.

MCG/MCG_CGC/mcg_cgc_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.

0 commit comments

Comments
 (0)