Skip to content

Commit 0d4bbda

Browse files
committed
[software] Update versions for executables with new cmdline parameters
1 parent bf40dfb commit 0d4bbda

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/software/export/main_exportMatches.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
// These constants define the current software version.
3333
// They must be updated when the command line is changed.
34-
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 1
34+
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 2
3535
#define ALICEVISION_SOFTWARE_VERSION_MINOR 0
3636

3737
using namespace aliceVision;

src/software/pipeline/main_relativePoseEstimating.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
// These constants define the current software version.
4242
// They must be updated when the command line is changed.
43-
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 2
43+
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 3
4444
#define ALICEVISION_SOFTWARE_VERSION_MINOR 0
4545

4646
using namespace aliceVision;

src/software/pipeline/main_sfmBootstraping.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
// These constants define the current software version.
3939
// They must be updated when the command line is changed.
40-
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 2
40+
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 3
4141
#define ALICEVISION_SOFTWARE_VERSION_MINOR 0
4242

4343
using namespace aliceVision;

src/software/pipeline/main_sfmExpanding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// These constants define the current software version.
2828
// They must be updated when the command line is changed.
29-
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 1
29+
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 2
3030
#define ALICEVISION_SOFTWARE_VERSION_MINOR 0
3131

3232
using namespace aliceVision;

0 commit comments

Comments
 (0)