From fae42ea9242fd7225023b406f3cffe46d1bd5650 Mon Sep 17 00:00:00 2001 From: David Andrs Date: Sat, 13 Jul 2024 06:42:49 -0600 Subject: [PATCH] Version 0.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cfc406b..ef348ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(gmsh2exo - VERSION 0.7 + VERSION 0.8 LANGUAGES CXX )