Skip to content

Commit e99d328

Browse files
committed
Change build type
1 parent 9990c20 commit e99d328

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

io_xplane2blender/xplane_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
CURRENT_ADDON_VERSION: Tuple[int, int, int] = bl_info["version"]
1111

1212
# The current build type, must be a member of XPlane2BlenderVersion.BUILD_TYPE
13-
CURRENT_BUILD_TYPE = xplane_constants.BUILD_TYPE_ALPHA
13+
CURRENT_BUILD_TYPE = xplane_constants.BUILD_TYPE_RC
1414

1515
# The current build type version, must be > 0
1616
# if not BUILD_TYPE_DEV or BULD_TYPE_LEGACY
17-
CURRENT_BUILD_TYPE_VERSION = 2
17+
CURRENT_BUILD_TYPE_VERSION = 1
1818

1919
# The current data model version, incrementing every time xplane_constants, xplane_props, or xplane_updater
2020
# changes. Builds earlier than 3.4.0-beta.5 have and a version of 0.

0 commit comments

Comments
 (0)