Skip to content

Commit

Permalink
[utils] ColorCheckerDetection/Correction: Update software versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbentejac committed Sep 21, 2023
1 parent 6eedc7a commit ff90b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/software/utils/main_colorCheckerCorrection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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/utils/main_colorCheckerDetection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 ff90b3d

Please sign in to comment.