Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/cff-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Validate CITATION.cff
uses: dieghernan/cff-validator@v3
with:
install-r: true
uses: dieghernan/cff-validator@v4
6 changes: 3 additions & 3 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"upload_type": "software",
"publication_date": "2022-09-26",
"title": "Recommendation ITU-R P.2108-1, Release 1.0",
"publication_date": "2025-01-23",
"title": "Recommendation ITU-R P.2108-1, Release 1.1",
"creators": [
{
"name": "Kozma Jr, William",
Expand Down Expand Up @@ -54,5 +54,5 @@
"resource_type": "publication-softwaredocumentation"
}
],
"version": "1.0"
"version": "1.1"
}
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ keywords:
- rf
- clutter
- itu
version: 1.0.0
version: 1.1
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ set(LIB_NAME "P2108") # Name of library/target
set(LIB_NAMESPACE "ITS.ITU.PSeries") # Namespace for the named library
project(
"${LIB_NAMESPACE}.${LIB_NAME}"
VERSION 1.0
VERSION 1.1
DESCRIPTION "Recommendation ITU-R P.2108"
HOMEPAGE_URL "https://ntia.github.io/propagation-library-wiki/models/P2108"
LANGUAGES "CXX"
Expand Down
Loading