From da0187f2fc98a501e624d67dbb98327a3aa74d24 Mon Sep 17 00:00:00 2001 From: Vincent Demoulin Date: Mon, 4 Nov 2024 17:12:38 +0100 Subject: [PATCH] imageProcessing: update minor version --- src/software/utils/main_imageProcessing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;