File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
src/ITS/ITU/PSeries/P2108 Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
1616
1717env :
1818 LIBRARY_BASE_REPO : NTIA/p2108
19- LIBRARY_RELEASE_TAG : v1.0-rc. 1
19+ LIBRARY_RELEASE_TAG : v1.1
2020 LIBRARY_DESTINATION_DIRECTORY : ' src/ITS/ITU/PSeries/P2108/'
2121
2222jobs :
Original file line number Diff line number Diff line change 2020
2121env :
2222 LIBRARY_BASE_REPO : NTIA/p2108
23- LIBRARY_RELEASE_TAG : v1.0-rc. 1
23+ LIBRARY_RELEASE_TAG : v1.1
2424 LIBRARY_DESTINATION_DIRECTORY : ' src/ITS/ITU/PSeries/P2108/'
2525
2626jobs :
Original file line number Diff line number Diff line change 3333 "resource_type" : " publication-softwaredocumentation"
3434 }
3535 ],
36- "version" : " 1.0.1 "
36+ "version" : " 1.1.0 "
3737}
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ keywords:
3131 - rf
3232 - clutter
3333 - itu
34- version : 1.0.1
34+ version : 1.1.0
Original file line number Diff line number Diff line change 11# Version X.Y.Z: X.Y is the version of the C++ source,
22# and Z is the version of this Python wrapper
3- __version__ = "1.0.1 "
3+ __version__ = "1.1.0 "
44
55from .p2108 import (
66 AeronauticalStatisticalModel ,
Original file line number Diff line number Diff line change 44from .proplib_loader import PropLibCDLL
55
66# Load the shared library
7- lib = PropLibCDLL ("P2108-1.0 " )
7+ lib = PropLibCDLL ("P2108-1.1 " )
88
99# Define function prototypes
1010lib .AeronauticalStatisticalModel .restype = c_int
You can’t perform that action at this time.
0 commit comments