Skip to content
Snippets Groups Projects
Commit 189297f5 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

New release tag

Its been a while since 0.4.1.

Lots of changes, here we mainly change release tag to mark the
important change in mesh handling (using variant instead of interface)
parent 89c9a88c
No related branches found
No related tags found
1 merge request!183Release v0.5.0
...@@ -14,7 +14,7 @@ find_package(PkgConfig REQUIRED) ...@@ -14,7 +14,7 @@ find_package(PkgConfig REQUIRED)
#------------------------------------------------------ #------------------------------------------------------
# custom variable allowing to define version suffixes such as -rc*, -beta*, ... # custom variable allowing to define version suffixes such as -rc*, -beta*, ...
set(PUGS_VERSION "0.4.1") set(PUGS_VERSION "0.5.0")
# deduce PUGS_SHORT_VERSION using regex # deduce PUGS_SHORT_VERSION using regex
string(REGEX MATCH "^[0-9]+\.[0-9]+\.[0-9]+" PUGS_SHORT_VERSION ${PUGS_VERSION}) string(REGEX MATCH "^[0-9]+\.[0-9]+\.[0-9]+" PUGS_SHORT_VERSION ${PUGS_VERSION})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment