From 189297f5e9ad3794396ee65c56ece8f2192a44ec Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Tue, 12 Mar 2024 08:54:18 +0100 Subject: [PATCH] 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) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 57221249d..87fdee39a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ find_package(PkgConfig REQUIRED) #------------------------------------------------------ # 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 string(REGEX MATCH "^[0-9]+\.[0-9]+\.[0-9]+" PUGS_SHORT_VERSION ${PUGS_VERSION}) -- GitLab