Skip to content

Commit

Permalink
[utils] KeyframeSelection: Update software version
Browse files Browse the repository at this point in the history
Following the addition of the SfMData files as outputs in the command line,
the version needs to be updated.
  • Loading branch information
cbentejac committed Apr 7, 2023
1 parent d44dea1 commit 73fb09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/software/utils/main_keyframeSelection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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

using namespace aliceVision;
Expand Down

0 comments on commit 73fb09f

Please sign in to comment.