From 49eaf726ba81968ff02ed85cd8f267365b649261 Mon Sep 17 00:00:00 2001 From: George O'Neill <133203284+ggoneiESS@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:20:25 +0100 Subject: [PATCH] Update CMakeLists.txt to 0.6.1 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c940ec756e..2b5ed13eee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.10) project(h5cpp LANGUAGES CXX C - # VERSION 0.6.0 + # VERSION 0.6.1 # documentation for VERSION with one '.' is stored as v:latest (see doc/conf.py.in) - VERSION 0.6 + VERSION 0.6.1 )