Skip to content

Commit

Permalink
Update version for release 2.0.0
Browse files Browse the repository at this point in the history
For use in Schrödinger release 2021-1.

Set version in CMakelists to 2.0.0. There was a change in an option name (TreatAllBondsToMetalAsZOBs became TreatNonterminalBondsToMetalAsZOBs #80). Otherwise, this is mostly a bugfix release.
  • Loading branch information
d-b-w authored Mar 24, 2021
1 parent 6525ac7 commit dfea9e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ endif()

set_target_properties(coordgen
PROPERTIES
VERSION 1.4.2
SOVERSION 1
VERSION 2.0.0
SOVERSION 2
)

if(MSVC)
Expand Down

0 comments on commit dfea9e5

Please sign in to comment.