Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gdcm.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: gdcm
version: "3.1.0"
epoch: 1
version: "3.3.0"
epoch: 0
description: "Grassroots DICOM Gdcm, Cross-platform DICOM implementation library for C++"
copyright:
- license: BSD-3-Clause
Expand All @@ -17,7 +17,7 @@ pipeline:
with:
repository: https://github.com/malaterre/GDCM
tag: v${{package.version}}
expected-commit: 917a96c8f4d63f2a30ac3a52f31d90127c2d6607
expected-commit: 3ec8a08b25b04b8fae9eb54ce1548c7847f54fc0

# This patch Fixes "missing <limits> header"
# Without the header, leads to compilation failures since upstream code uses std::numeric_limits functions.
Expand Down
Loading