Skip to content

Commit

Permalink
Build: Change version of Maintainer into "-beta"
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Dec 24, 2020
1 parent f70251f commit 3a1e98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maintainer/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(MAINTAINER_VERSION_3 0)
# Patch
set(MAINTAINER_VERSION_4 0)
# Type of version: "-alpha","-beta","-dev", or "" aka "release"
set(MAINTAINER_VERSION_REL "-alpha")
set(MAINTAINER_VERSION_REL "-beta")

add_definitions(-DMAINTAINER_VERSION_1=${MAINTAINER_VERSION_1})
add_definitions(-DMAINTAINER_VERSION_2=${MAINTAINER_VERSION_2})
Expand Down

0 comments on commit 3a1e98c

Please sign in to comment.