From 05a72d6daf74f33e21ea8e8823cbdfa161d6bf63 Mon Sep 17 00:00:00 2001 From: Dan N Date: Thu, 25 Jun 2020 23:04:28 -0700 Subject: [PATCH] Update version for release 1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For use in Schrödinger release 2020-3. Set version in CMakelists to 1.4.1. There are no API changes in this release. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ac9fa1..1edf38e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,7 @@ endif() set_target_properties(coordgen PROPERTIES - VERSION 1.4.0 + VERSION 1.4.1 SOVERSION 1 )