Skip to content

Commit

Permalink
[software] Update versions for executables with new cmdline parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
cbentejac committed Jan 17, 2025
1 parent bf40dfb commit 0d4bbda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/software/export/main_exportMatches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

// These constants define the current software version.
// They must be updated when the command line is changed.
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 1
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 2
#define ALICEVISION_SOFTWARE_VERSION_MINOR 0

using namespace aliceVision;
Expand Down
2 changes: 1 addition & 1 deletion src/software/pipeline/main_relativePoseEstimating.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

// These constants define the current software version.
// They must be updated when the command line is changed.
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 2
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 3
#define ALICEVISION_SOFTWARE_VERSION_MINOR 0

using namespace aliceVision;
Expand Down
2 changes: 1 addition & 1 deletion src/software/pipeline/main_sfmBootstraping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

// These constants define the current software version.
// They must be updated when the command line is changed.
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 2
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 3
#define ALICEVISION_SOFTWARE_VERSION_MINOR 0

using namespace aliceVision;
Expand Down
2 changes: 1 addition & 1 deletion src/software/pipeline/main_sfmExpanding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// These constants define the current software version.
// They must be updated when the command line is changed.
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 1
#define ALICEVISION_SOFTWARE_VERSION_MAJOR 2
#define ALICEVISION_SOFTWARE_VERSION_MINOR 0

using namespace aliceVision;
Expand Down

0 comments on commit 0d4bbda

Please sign in to comment.