Skip to content

Commit

Permalink
Update project to version 0.63.0
Browse files Browse the repository at this point in the history
Updated CMakeLists.txt to change project version from 0.62.7 to 0.63.0.
Added a new entry in version-history.markdown for version 0.63.0, documenting the introduction of "frames-of-reference". The entry for version 0.62.7 remains unchanged.
  • Loading branch information
ptahmose committed Dec 11, 2024
1 parent 0d7b1ed commit ac8ea26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0091 NEW) # enable new "MSVC runtime library selection" (https://cmake.org/cmake/help/latest/variable/CMAKE_MSVC_RUNTIME_LIBRARY.html)

project(libCZI
VERSION 0.62.7
VERSION 0.63.0
HOMEPAGE_URL "https://github.com/ZEISS/libczi"
DESCRIPTION "libCZI is an Open Source Cross-Platform C++ library to read and write CZI")

Expand Down
3 changes: 2 additions & 1 deletion Src/libCZI/Doc/version-history.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ version history {#version_history}
0.62.4 | [117](https://github.com/ZEISS/libczi/pull/117) | fix build with private RapidJSON library
0.62.5 | [119](https://github.com/ZEISS/libczi/pull/119) | fix a discrepancy between code and documentation
0.62.6 | [120](https://github.com/ZEISS/libczi/pull/120) | fix workload identity in the azure blob inputstream
0.62.7 | [122](https://github.com/ZEISS/libczi/pull/122) | documentation update
0.62.7 | [122](https://github.com/ZEISS/libczi/pull/122) | documentation update
0.63.0 | [123](https://github.com/ZEISS/libczi/pull/123) | introduce "frames-of-reference"

0 comments on commit ac8ea26

Please sign in to comment.