From dd9656e99a40bdd46c216c0d2fbf59541a58c3d1 Mon Sep 17 00:00:00 2001 From: Jan Kotanski Date: Fri, 12 May 2023 07:54:52 +0200 Subject: [PATCH] fix the version of stable --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c940ec756e..168fea7c72 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.0 # documentation for VERSION with one '.' is stored as v:latest (see doc/conf.py.in) - VERSION 0.6 + # VERSION 0.6 )