Skip to content

Commit

Permalink
Merge pull request #1479 from alicevision/start3.2
Browse files Browse the repository at this point in the history
Start Development 3.2
  • Loading branch information
mugulmd authored Jun 27, 2023
2 parents a2100cb + 152d63a commit a0b3408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aliceVision/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
#include <aliceVision/numeric/numeric.hpp>

#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
Expand Down

0 comments on commit a0b3408

Please sign in to comment.