We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef926a commit 97e81bbCopy full SHA for 97e81bb
meshroom/aliceVision/SfMFilter.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.0"
+__version__ = "1.1"
2
3
from meshroom.core import desc
4
from meshroom.core.utils import VERBOSE_LEVEL
src/software/utils/main_sfmFilter.cpp
@@ -21,7 +21,7 @@
21
// These constants define the current software version.
22
// They must be updated when the command line is changed.
23
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 1
24
-#define ALICEVISION_SOFTWARE_VERSION_MINOR 0
+#define ALICEVISION_SOFTWARE_VERSION_MINOR 1
25
26
using namespace aliceVision;
27
using namespace aliceVision::sfm;
0 commit comments