Skip to content
Snippets Groups Projects
Commit 74abd7b0 authored by Karsten Rink's avatar Karsten Rink
Browse files

changed data explorer version number from 0.0.1 to 6.0.0 Beta

parent 5bbcee3a
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,9 @@ PROJECT( OGS-6 ) ...@@ -11,9 +11,9 @@ PROJECT( OGS-6 )
########################################################################### ###########################################################################
### OGS version information. Adjust these if you release a new version. ### ### OGS version information. Adjust these if you release a new version. ###
########################################################################### ###########################################################################
SET (OGS_VERSION_MAJOR 0) SET (OGS_VERSION_MAJOR 6)
SET (OGS_VERSION_MINOR 0) SET (OGS_VERSION_MINOR 0)
SET (OGS_VERSION_PATCH 1) SET (OGS_VERSION_PATCH "0 Beta")
SET (OGS_RELEASE_PERSONS "LB/TF/KR") SET (OGS_RELEASE_PERSONS "LB/TF/KR")
SET (OGS_VERSION "${OGS_VERSION_MAJOR}.${OGS_VERSION_MINOR}.${OGS_VERSION_PATCH}") SET (OGS_VERSION "${OGS_VERSION_MAJOR}.${OGS_VERSION_MINOR}.${OGS_VERSION_PATCH}")
SET (OGS_VERSION_AND_PERSONS "${OGS_VERSION} (${OGS_RELEASE_PERSONS})") SET (OGS_VERSION_AND_PERSONS "${OGS_VERSION} (${OGS_RELEASE_PERSONS})")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment