Skip to content

Commit

Permalink
Update version for release 1.4.2
Browse files Browse the repository at this point in the history
For use in Schrödinger release 2020-4.

Set version in CMakelists to 1.4.2. There are no backwards incompatible API changes in this release. There is a class that is now exported, and there are a couple of methods that are now const.

Features include:
* add flag to not turn bonds to metals into zobs Pull #77
* some minor performance improvements Pull #72
  • Loading branch information
d-b-w authored Oct 13, 2020
1 parent 0117a29 commit 98d819a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ endif()

set_target_properties(coordgen
PROPERTIES
VERSION 1.4.1
VERSION 1.4.2
SOVERSION 1
)

Expand Down

0 comments on commit 98d819a

Please sign in to comment.