Skip to content

Commit f1beec9

Browse files
committed
Changed version to v0.2.0-alpha
1 parent 15b3dcd commit f1beec9

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
@@ -7,7 +7,7 @@
77
# file.
88
#
99
# COPYRIGHT: Copyright (C) 2021-2023 Kamil Deć github.com/deckamil
10-
# DATE: 7 JUN 2023
10+
# DATE: 10 JUN 2023
1111
#
1212
# LICENSE:
1313
# This file is part of Mod Code Generator (MCG).
@@ -55,7 +55,7 @@ class Main(object):
5555
OUTPUT_DIR_PATH_INDEX = 2
5656

5757
# MCG CC version
58-
MCG_CC_VERSION = "v0.2.0-in-dev"
58+
MCG_CC_VERSION = "v0.2.0-alpha"
5959

6060
# Description:
6161
# 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-2023 Kamil Deć github.com/deckamil
9-
# DATE: 27 MAY 2023
9+
# DATE: 10 JUN 2023
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.2.0-in-dev"
54+
MCG_CGC_VERSION = "v0.2.0-alpha"
5555

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

0 commit comments

Comments
 (0)