Skip to content

Commit f70251f

Browse files
committed
Buid: Remove "-beta" markers
1 parent 41531b0 commit f70251f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Editor/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(EDITOR_VERSION_3 2)
77
# Patch
88
set(EDITOR_VERSION_4 0)
99
# Type of version: "-alpha","-beta","-dev", or "" aka "release"
10-
set(EDITOR_VERSION_REL "-beta")
10+
set(EDITOR_VERSION_REL "")
1111

1212
add_definitions(-DEDITOR_VERSION_1=${EDITOR_VERSION_1})
1313
add_definitions(-DEDITOR_VERSION_2=${EDITOR_VERSION_2})

PaletteFilter/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(PALETTEFILTER_VERSION_3 0)
77
# Patch
88
set(PALETTEFILTER_VERSION_4 0)
99
# Type of version: "-alpha","-beta","-dev", or "" aka "release"
10-
set(PALETTEFILTER_VERSION_REL "-beta")
10+
set(PALETTEFILTER_VERSION_REL "")
1111

1212
add_definitions(-DPALETTEFILTER_VERSION_1=${PALETTEFILTER_VERSION_1})
1313
add_definitions(-DPALETTEFILTER_VERSION_2=${PALETTEFILTER_VERSION_2})

0 commit comments

Comments
 (0)