Skip to content

Commit

Permalink
Missing changes for #47.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Jun 28, 2016
1 parent e1b2c99 commit b5599d6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,18 +154,11 @@ endif()
mark_as_advanced(FORCE OGS_PYTHON OGS_CMAKE_DEBUG OGS_ONE_BIG_GTEST OGS_BUILD_INFO CMAKE_CMD_ARGS OGS_DELETE_EDGES_AFTER_INIT)

###########################################################################
### OGS version information. Adjust these if you release a new version. ###
### OGS version information is now obtained from Git tags. Adjust authors & date.
###########################################################################
set (OGS_VERSION_MAJOR 5)
set (OGS_VERSION_MINOR 7)
set (OGS_VERSION_PATCH 0)
set (OGS_RELEASE_PERSONS "WH/WW/LB")
#set (OGS_VERSION "${OGS_VERSION_MAJOR}.${OGS_VERSION_MINOR}.${OGS_VERSION_PATCH}(${OGS_RELEASE_PERSONS})")
set (OGS_VERSION "${OGS_VERSION_MAJOR}.${OGS_VERSION_MINOR}(${OGS_RELEASE_PERSONS})")
# should we use ISO dates: 2010-12-31 ?
set (OGS_DATE "07.07.2015")


###################
### Fem configs ###
###################
Expand Down

0 comments on commit b5599d6

Please sign in to comment.