From 5fb2f8e1b9d7ac7c02199fb06a9e8f876ba2dff7 Mon Sep 17 00:00:00 2001 From: Jan Kotanski Date: Mon, 11 Nov 2024 08:08:54 +0100 Subject: [PATCH] fix typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 97b6283313..3cbd525166 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.10) project(h5cpp LANGUAGES CXX C - VERSION 0.6.1 + # VERSION 0.6.1 # documentation for VERSION with one '.' is stored as v:latest (see doc/conf.py.in) VERSION 0.6 )