From 776c545dfbb8ca2b2b6b7b076b4a51e02b208c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 18 Jan 2022 11:41:16 +0100 Subject: [PATCH] Fixed version extraction --- CI/ci-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/ci-source.sh b/CI/ci-source.sh index 5f0a4c18..5ec2a5b2 100755 --- a/CI/ci-source.sh +++ b/CI/ci-source.sh @@ -10,7 +10,7 @@ make doc cd .. # Extract Version Information -VERSION=OpenMesh-$(cat VERSION | grep VERSION | tr -d "VERSION=") +VERSION=OpenMesh-$(cat CMakeLists.txt | grep VERSION | grep -v cmake | grep -v CMAKE | tr -d "VERSION=" | tr -d " ") # Create Publishing directory mkdir $VERSION