Skip to content

Commit

Permalink
Bumped version to 2.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dburken committed Feb 9, 2024
1 parent 63efd71 commit bcf2f33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cmake/CMakeModules/OssimVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET(OSSIM_MAJOR_VERSION_NUMBER "1")
SET(OSSIM_MINOR_VERSION_NUMBER "9")
SET(OSSIM_MAJOR_VERSION_NUMBER "2")
SET(OSSIM_MINOR_VERSION_NUMBER "12")
SET(OSSIM_PATCH_VERSION_NUMBER "0")
SET(OSSIM_RELEASE_NUMBER "1")
# SET(OSSIM_RELEASE_NUMBER "1")
SET(OSSIM_VERSION "${OSSIM_MAJOR_VERSION_NUMBER}.${OSSIM_MINOR_VERSION_NUMBER}.${OSSIM_PATCH_VERSION_NUMBER}" )
SET(OSSIM_SOVERSION "${OSSIM_MAJOR_VERSION_NUMBER}" )
2 changes: 1 addition & 1 deletion src/ossimVersion.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define OSSIM_MAJOR_VERSION_NUMBER @OSSIM_MAJOR_VERSION_NUMBER@
#define OSSIM_MINOR_VERSION_NUMBER @OSSIM_MINOR_VERSION_NUMBER@
#define OSSIM_PATCH_VERSION_NUMBER @OSSIM_PATCH_VERSION_NUMBER@
#define OSSIM_RELEASE_NUMBER @OSSIM_RELEASE_NUMBER@
// #define OSSIM_RELEASE_NUMBER @OSSIM_RELEASE_NUMBER@
#define OSSIM_REVISION @OSSIM_REVISION@

// date format = (yyyymmdd)
Expand Down

0 comments on commit bcf2f33

Please sign in to comment.