diff --git a/src/software/utils/main_imageProcessing.cpp b/src/software/utils/main_imageProcessing.cpp index 475c9b46b2..234e09d266 100644 --- a/src/software/utils/main_imageProcessing.cpp +++ b/src/software/utils/main_imageProcessing.cpp @@ -44,7 +44,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_MINOR 3 +#define ALICEVISION_SOFTWARE_VERSION_MINOR 4 using namespace aliceVision; namespace po = boost::program_options;