Skip to content

Commit 7d65b47

Browse files
committed
Get ready for version 2.2.0
1 parent 8b25b02 commit 7d65b47

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ set (DMS_PROJECT geographiclib-dms)
55

66
# Version information
77
set (PROJECT_VERSION_MAJOR 2)
8-
set (PROJECT_VERSION_MINOR 1)
9-
set (PROJECT_VERSION_PATCH 2)
8+
set (PROJECT_VERSION_MINOR 2)
9+
set (PROJECT_VERSION_PATCH 0)
1010
# Always include patch number in version
1111
set (PROJECT_VERSION
1212
"${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
1313
set (PROJECT_VERSION_SUFFIX "dev1")
1414
set (PROJECT_FULLVERSION "${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX}")
1515

16-
set (RELEASE_DATE "20yy-mm-dd")
16+
set (RELEASE_DATE "2025-08-22")
1717

1818
# Set a default build type for single-configuration cmake generators if
1919
# no build type is set.

HOWTO-RELEASE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Other cmake targets
3535
stage-doc, deploy-doc (move documentation to staging, sourceforge)
3636
stage-dist, deploy-dist (move distribution to staging, sourceforge)
3737
stage-scripts, deploy-scripts (move sample scripts to staging, sourceforge)
38+
fix link doc
3839

3940
Deployment to npmjs.org
4041
npm login

0 commit comments

Comments
 (0)