From 9e45e98ddb507022cb6cea90d7e5aa0c26cf5d82 Mon Sep 17 00:00:00 2001 From: Charles Karney Date: Wed, 4 Jan 2023 15:06:04 -0500 Subject: [PATCH] Version 2.1 (2023-01-04) --- CMakeLists.txt | 2 +- HOWTO-RELEASE.txt | 2 +- doc/geodesic-c.dox.in | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08180f3..7ae1f53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set (PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}") if (PROJECT_VERSION_PATCH GREATER 0) set (PROJECT_VERSION "${PROJECT_VERSION}.${PROJECT_VERSION_PATCH}") endif () -set (PROJECT_VERSION_SUFFIX "-alpha") +set (PROJECT_VERSION_SUFFIX "") set (PROJECT_FULLVERSION ${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX}) set (PACKAGE_DIR "${PROJECT_NAME}-${PROJECT_VERSION}") diff --git a/HOWTO-RELEASE.txt b/HOWTO-RELEASE.txt index c62b293..0d6740a 100644 --- a/HOWTO-RELEASE.txt +++ b/HOWTO-RELEASE.txt @@ -11,7 +11,7 @@ Targets stage-{doc,dist} deploy-{doc,dist} proj-example (uses version of library included in PROJ) - proj-export (copies source to PROJ) + stage-proj (copies source to PROJ) not supported: install (distribution is via PROJ) diff --git a/doc/geodesic-c.dox.in b/doc/geodesic-c.dox.in index 581c012..ac2cd14 100644 --- a/doc/geodesic-c.dox.in +++ b/doc/geodesic-c.dox.in @@ -12,7 +12,7 @@ \mainpage Geodesic routines implemented in C \author Charles F. F. Karney (charles@karney.com) \version @PROJECT_VERSION@ -\date 2023-mm-dd +\date 2023-01-04 \section abstract-c Abstract @@ -310,7 +310,7 @@ You can check the version of the geodesic library with, e.g., \page changes Change log - Version 2.1 - (released 2023-mm-dd) + (released 2023-01-04) - Minor improvement in the logic for the geodesic inverse problem. - Relax overly strict convergence test for inverse problem. - Allow for buggy remquo in geodsigntest.c.