From c03a6d699f2a452b01f980d861e40c250ba579ca Mon Sep 17 00:00:00 2001 From: Dan N Date: Mon, 16 Mar 2020 13:41:36 -0700 Subject: [PATCH] Update version for release 1.4.0 Set version in CMakelists to 1.4.0. There are no API changes, but clients who build coordgen are going to need to update installation instructions because of #55 . --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index daa39aa..d87c48b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,7 @@ endif() set_target_properties(coordgen PROPERTIES - VERSION 1.3.2 + VERSION 1.4.0 SOVERSION 1 )