mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
Release 2018.1.0
First release of Meshroom, based on AliceVision 2.0.0.
This commit is contained in:
parent
14780157c5
commit
6cd0522183
2 changed files with 10 additions and 1 deletions
9
CHANGES.md
Normal file
9
CHANGES.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Meshroom Changelog
|
||||
|
||||
For algorithmic changes related to the photogrammetric pipeline,
|
||||
please refer to [AliceVision changelog](https://github.com/alicevision/AliceVision/blob/develop/CHANGES.md).
|
||||
|
||||
## Release 2018.1.0
|
||||
|
||||
First release of Meshroom.
|
||||
Based on [AliceVision 2.0.0](https://github.com/alicevision/AliceVision/tree/v2.0.0).
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "2018.1"
|
||||
__version__ = "2018.1.0"
|
||||
|
||||
import logging
|
||||
from enum import Enum
|
||||
|
|
Loading…
Add table
Reference in a new issue