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
 
  - <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.