Skip to content

Commit

Permalink
update SUNDIALS version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Oct 26, 2017
1 parent 3e7e2bf commit e31fe2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SET(PACKAGE_TARNAME "sundials")
SET(PACKAGE_VERSION_MAJOR "3")
SET(PACKAGE_VERSION_MINOR "0")
SET(PACKAGE_VERSION_PATCH "0")
SET(PACKAGE_VERSION_LABEL "beta-2")
SET(PACKAGE_VERSION_LABEL "")

IF(PACKAGE_VERSION_LABEL)
SET(PACKAGE_VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH}-${PACKAGE_VERSION_LABEL}")
Expand Down
14 changes: 7 additions & 7 deletions scripts/tarscript
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ function print_usage
# VERSION NUMBERS
#---------------------------------------------------------

SUN_VER="3.0.0-beta-2"
CV_VER="3.0.0-beta-2"
CVS_VER="3.0.0-beta-2"
IDA_VER="3.0.0-beta-2"
IDAS_VER="2.0.0-beta-2"
KIN_VER="3.0.0-beta-2"
ARK_VER="2.0.0-beta-2"
SUN_VER="3.0.0"
CV_VER="3.0.0"
CVS_VER="3.0.0"
IDA_VER="3.0.0"
IDAS_VER="2.0.0"
KIN_VER="3.0.0"
ARK_VER="2.0.0"

#---------------------------------------------------------
# Test if the script is executed from within its directory
Expand Down

0 comments on commit e31fe2b

Please sign in to comment.