Skip to content
Snippets Groups Projects
Commit 052f43d2 authored by Martin Heistermann's avatar Martin Heistermann
Browse files

v3.1.1: bugfix for ovmb eigen property encoders

parent 87b62b0f
Branches
Tags v3.1.1
No related merge requests found
Pipeline #21582 passed
Version 3.1.1 (2022-07-29):
- Fix OVMB property codec names for Eigen float matrices (was "d" instead of "f").
Files that were saved with float matrices are unfortunately unreadable and need to be manually fixed.
Version 3.1.0 (2022-06-28):
- Features:
- Implement mesh copy assignment
......
......@@ -3,7 +3,7 @@ cmake_policy(VERSION 3.12.0)
project (OpenVolumeMesh
VERSION 3.1.0
VERSION 3.1.1
LANGUAGES CXX
HOMEPAGE_URL https://openvolumemesh.org/
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment