Skip to content

Commit

Permalink
[CMake] update version to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Norihiro Watanabe committed Oct 17, 2016
1 parent 1a1e2fa commit 49a9637
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,10 @@ INCLUDE(scripts/CMakeConfiguration/GeneralProjectSetup.cmake)
###########################################################################
SET (OGS_VERSION_MAJOR 5)
SET (OGS_VERSION_MINOR 3)
SET (OGS_VERSION_PATCH 4-geothermal)
SET (OGS_VERSION_PATCH 3-egs.1.9)
SET (OGS_RELEASE_PERSONS "NW")
SET (OGS_VERSION "${OGS_VERSION_MAJOR}.${OGS_VERSION_MINOR}.${OGS_VERSION_PATCH}(${OGS_RELEASE_PERSONS})")
# should we use ISO dates: 2010-12-31 ?
SET (OGS_DATE "2016-03-10")
SET (OGS_DATE "2016-10-17")

# Check for number of processors
INCLUDE(ProcessorCount)
Expand Down

0 comments on commit 49a9637

Please sign in to comment.