From d91a9ee6373812fcf956199a4f7be16dfc5cc6fc Mon Sep 17 00:00:00 2001 From: Dan N Date: Thu, 1 Apr 2021 13:08:42 -0700 Subject: [PATCH] Update version for release 2.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For use in Schrödinger release 2021-1. Set version in CMakelists to 2.0.1. This release includes a fix to rendering of bicyclic pentane (https://github.com/schrodinger/coordgenlibs/pull/87). --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 311239c..a93505f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,7 @@ endif() set_target_properties(coordgen PROPERTIES - VERSION 2.0.0 + VERSION 2.0.1 SOVERSION 2 )