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 cgal.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: cgal
version: "6.1"
epoch: 1
version: "6.1.1"
epoch: 0
description: Efficient and reliable geometric algorithms as C++ library
copyright:
- license: GPL-3.0-or-later
Expand All @@ -20,7 +20,7 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: b26b07a1242fb640003c72e9082432fb3a76296b
expected-commit: 08b27d3db14039d926c3a89d12955aa28fd55171
repository: https://github.com/CGAL/cgal
tag: v${{package.version}}

Expand Down
Loading