Skip to content

Commit

Permalink
Version 2.1 (2023-01-04)
Browse files Browse the repository at this point in the history
  • Loading branch information
cffk committed Jan 4, 2023
1 parent ae48ec0 commit 9e45e98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
2 changes: 1 addition & 1 deletion HOWTO-RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions doc/geodesic-c.dox.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
\mainpage Geodesic routines implemented in C
\author Charles F. F. Karney ([email protected])
\version @PROJECT_VERSION@
\date 2023-mm-dd
\date 2023-01-04

\section abstract-c Abstract

Expand Down Expand Up @@ -310,7 +310,7 @@ You can check the version of the geodesic library with, e.g.,
\page changes Change log

- <a href="../2.1/index.html">Version 2.1</a>
(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.
Expand Down

0 comments on commit 9e45e98

Please sign in to comment.