Skip to content

Commit

Permalink
libSEDML: upgraded to version 2.0.5 (opencor#2053).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Apr 2, 2019
1 parent 4308074 commit 41358b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/thirdParty/libSEDML/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ project(libSEDMLPlugin)
# Name and version of our package

set(PACKAGE_NAME libSEDML)
set(PACKAGE_VERSION 0.4.4)
set(PACKAGE_VERSION 2.0.5)

# Version of our package's libraries

set(MAJOR_LIBRARY_VERSION 0)
set(LIBRARY_VERSION ${MAJOR_LIBRARY_VERSION}.4.4)
set(MAJOR_LIBRARY_VERSION 2)
set(LIBRARY_VERSION ${MAJOR_LIBRARY_VERSION}.0.5)

# Git tag for our library

Expand Down

0 comments on commit 41358b3

Please # to comment.