Skip to content

Commit 072b35f

Browse files
author
Fabien Servant
committed
Update node version
1 parent ed316f7 commit 072b35f

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

meshroom/aliceVision/SfmBootstrapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0"
1+
__version__ = "4.1"
22

33
from meshroom.core import desc
44
from meshroom.core.utils import VERBOSE_LEVEL

meshroom/aliceVision/SfmExpanding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0"
1+
__version__ = "2.1"
22

33
from meshroom.core import desc
44
from meshroom.core.utils import VERBOSE_LEVEL

meshroom/cameraTrackingExperimental.mg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"Publish": "1.3",
2828
"RelativePoseEstimating": "3.0",
2929
"ScenePreview": "2.0",
30-
"SfMBootStrapping": "4.0",
30+
"SfMBootStrapping": "4.1",
3131
"SfMColorizing": "1.0",
32-
"SfMExpanding": "2.0",
32+
"SfMExpanding": "2.1",
3333
"SfMTransfer": "2.1",
3434
"SfMTransform": "3.1",
3535
"SfMTriangulation": "1.0",

meshroom/cameraTrackingWithoutCalibrationExperimental.mg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"Publish": "1.3",
2727
"RelativePoseEstimating": "3.0",
2828
"ScenePreview": "2.0",
29-
"SfMBootStrapping": "4.0",
29+
"SfMBootStrapping": "4.1",
3030
"SfMColorizing": "1.0",
31-
"SfMExpanding": "2.0",
31+
"SfMExpanding": "2.1",
3232
"SfMTransfer": "2.1",
3333
"SfMTransform": "3.1",
3434
"SfMTriangulation": "1.0",

meshroom/photogrammetryAndCameraTrackingExperimental.mg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"Publish": "1.3",
2828
"RelativePoseEstimating": "3.0",
2929
"ScenePreview": "2.0",
30-
"SfMBootStrapping": "4.0",
30+
"SfMBootStrapping": "4.1",
3131
"SfMColorizing": "1.0",
32-
"SfMExpanding": "2.0",
32+
"SfMExpanding": "2.1",
3333
"SfMTransfer": "2.1",
3434
"SfMTransform": "3.1",
3535
"Texturing": "6.0",

meshroom/photogrammetryExperimental.mg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"Meshing": "7.0",
1616
"Publish": "1.3",
1717
"RelativePoseEstimating": "3.0",
18-
"SfMBootStrapping": "4.0",
18+
"SfMBootStrapping": "4.1",
1919
"SfMColorizing": "1.0",
20-
"SfMExpanding": "2.0",
20+
"SfMExpanding": "2.1",
2121
"SfMTransform": "3.1",
2222
"Texturing": "6.0",
2323
"TracksBuilding": "1.0"

src/software/pipeline/main_sfmBootstrapping.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
// These constants define the current software version.
4343
// They must be updated when the command line is changed.
4444
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 4
45-
#define ALICEVISION_SOFTWARE_VERSION_MINOR 0
45+
#define ALICEVISION_SOFTWARE_VERSION_MINOR 1
4646

4747
using namespace aliceVision;
4848

src/software/pipeline/main_sfmExpanding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// These constants define the current software version.
2828
// They must be updated when the command line is changed.
2929
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 2
30-
#define ALICEVISION_SOFTWARE_VERSION_MINOR 0
30+
#define ALICEVISION_SOFTWARE_VERSION_MINOR 1
3131

3232
using namespace aliceVision;
3333

0 commit comments

Comments
 (0)