From 152d63aa7fefe2b4628f53c7730a55d0f3032cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Wed, 21 Jun 2023 13:26:11 +0200 Subject: [PATCH] [release] Update version to 3.2 and to "develop" status --- src/aliceVision/version.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/aliceVision/version.hpp b/src/aliceVision/version.hpp index 019b142c13..e47a2a1d69 100644 --- a/src/aliceVision/version.hpp +++ b/src/aliceVision/version.hpp @@ -9,12 +9,12 @@ #include #define ALICEVISION_VERSION_MAJOR 3 -#define ALICEVISION_VERSION_MINOR 1 +#define ALICEVISION_VERSION_MINOR 2 #define ALICEVISION_VERSION_REVISION 0 // Version status could be "release" or "develop". // When moving from release to develop, always increment the minor version. -#define ALICEVISION_VERSION_STATUS "release" +#define ALICEVISION_VERSION_STATUS "develop" // Preprocessor to string conversion #define ALICEVISION_TO_STRING_HELPER(x) #x