Skip to content

Commit 97e81bb

Browse files
committed
[node] smfFilter : update version
1 parent 7ef926a commit 97e81bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meshroom/aliceVision/SfMFilter.py

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

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

src/software/utils/main_sfmFilter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// These constants define the current software version.
2222
// They must be updated when the command line is changed.
2323
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 1
24-
#define ALICEVISION_SOFTWARE_VERSION_MINOR 0
24+
#define ALICEVISION_SOFTWARE_VERSION_MINOR 1
2525

2626
using namespace aliceVision;
2727
using namespace aliceVision::sfm;

0 commit comments

Comments
 (0)