File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ set (DMS_PROJECT geographiclib-dms)
55
66# Version information
77set (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
1111set (PROJECT_VERSION
1212 "${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} " )
1313set (PROJECT_VERSION_SUFFIX "dev1" )
1414set (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.
Original file line number Diff line number Diff 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
3940Deployment to npmjs.org
4041 npm login
You can’t perform that action at this time.
0 commit comments