Skip to content

Commit

Permalink
[Release] v1.0 openMVG#438
Browse files Browse the repository at this point in the history
- Change v0.9 to v1.0.0
  • Loading branch information
pmoulon committed Apr 22, 2016
1 parent beb0aba commit b9d8b23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/openMVG/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
#ifndef OPENMVG_VERSION_H_
#define OPENMVG_VERSION_H_

#define OPENMVG_VERSION_MAJOR 0
#define OPENMVG_VERSION_MINOR 9
#define OPENMVG_VERSION_MAJOR 1
#define OPENMVG_VERSION_MINOR 0
#define OPENMVG_VERSION_REVISION 0

// Preprocessor to string conversion
#define OPENMVG_TO_STRING_HELPER(x) #x
#define OPENMVG_TO_STRING(x) OPENMVG_TO_STRING_HELPER(x)

// OpenMVG version as a string; for example "0.9.0".
// OpenMVG version as a string; for example "1.0.0".
#define OPENMVG_VERSION_STRING OPENMVG_TO_STRING(OPENMVG_VERSION_MAJOR) "." \
OPENMVG_TO_STRING(OPENMVG_VERSION_MINOR) "." \
OPENMVG_TO_STRING(OPENMVG_VERSION_REVISION)
Expand Down

0 comments on commit b9d8b23

Please sign in to comment.