From 025627e689ee17d11b6cc4e020d4d8954ffbb14e Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Mon, 15 Apr 2019 00:02:43 +0200
Subject: [PATCH] Create release 0.4.1

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2717e9556..d10115dc4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ include(CheckNotInSources)
 #------------------------------------------------------
 
 # custom variable allowing to define version suffixes such as -rc*, -beta*, ...
-set(PUGS_VERSION "0.4.0")
+set(PUGS_VERSION "0.4.1")
 
 # deduce PUGS_SHORT_VERSION using regex
 string(REGEX MATCH "^[0-9]+\.[0-9]+\.[0-9]+" PUGS_SHORT_VERSION ${PUGS_VERSION})
-- 
GitLab