Skip to content

Commit

Permalink
Merge pull request #516 from USGS-Astrogeology/ihumphrey-usgs-patch-3
Browse files Browse the repository at this point in the history
Update CMakeLists.txt with version 3.6.0 (patch 1)
  • Loading branch information
celbal authored Oct 30, 2018
2 parents 4ed7389 + f889998 commit c97671b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions isis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,15 @@ set(PACKAGE "ISIS")
set(PACKAGE_NAME "USGS ISIS")

# Version number
set(VERSION "3.5.00.0")
set(VERSION "3.6.0.1")
set(PACKAGE_VERSION ${VERSION})

# Full name and version number
set(PACKAGE_STRING "${PACKAGE_NAME} ${VERSION}")

# Other release information
set(VERSION_DATE "2017-04-24")
set(THIRD_PARTY_LIBS_VERSION "v007")
set(RELEASE_STAGE "alpha") # (alpha, beta, stable)
set(VERSION_DATE "2018-10-26")
set(RELEASE_STAGE "beta") # (alpha, beta, stable)

# Define to the address where bug reports for this package should be sent.
set(PACKAGE_BUGREPORT "https://isis.astrogeology.usgs.gov/fixit")
Expand Down

0 comments on commit c97671b

Please sign in to comment.