From facff4f751aafcb690aff456c5a5b233dad8bc18 Mon Sep 17 00:00:00 2001 From: Dan N Date: Tue, 6 Sep 2022 11:41:03 -0700 Subject: [PATCH] Update version for release 3.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a bugfix release, and should be backwards compatible with 3.0.0. It will be used in Schrödinger suite 2022-4 (and later). --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f459afb..e8b544a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ endif() set_target_properties(coordgen PROPERTIES - VERSION 3.0.0 + VERSION 3.0.1 SOVERSION 3 )