Fix release suffix for stable

This commit is contained in:
Jason Rhinelander 2020-10-11 23:00:36 -03:00
parent db1b2d9501
commit bf4f62c58a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ set(LOKI_RELEASE_CODENAME "Salty Saga")
# empty string on `stable`, "-dev" on the `dev` branch, and can be set externally (via cmake
# arguments) where it makes sense to take some other branch release with an extra value.
if(NOT DEFINED LOKI_RELEASE_SUFFIX)
set(LOKI_RELEASE_SUFFIX "-dev")
set(LOKI_RELEASE_SUFFIX "")
endif()
if(POLICY CMP0079)