Skip to content

Commit

Permalink
updated release and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaoh committed Dec 18, 2023
1 parent 816b31a commit 8d7587c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion globalplatform/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PROJECT(globalplatform C)
cmake_policy(VERSION 3.5.1)

SET( ${PROJECT_NAME}_CURRENT 7 )
SET( ${PROJECT_NAME}_REVISION 3 )
SET( ${PROJECT_NAME}_REVISION 4 )
SET( ${PROJECT_NAME}_AGE 0 )
SET(VERSION "${${PROJECT_NAME}_CURRENT}.${${PROJECT_NAME}_REVISION}.${${PROJECT_NAME}_AGE}")
SET(SOVERSION "${${PROJECT_NAME}_CURRENT}")
Expand Down
4 changes: 4 additions & 0 deletions globalplatform/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
History
=======

7.4.0 - Mon, Dec 18 2023, Karsten Ohme
RSA exponent conversion fix for S360
Support for key types for putting keys

7.3.0 - Wed, July 20 2022, Karsten Ohme
Support for CAT/STK ETSI TS 102 226 installation parameters

Expand Down
4 changes: 2 additions & 2 deletions gpshell/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ PROJECT(gpshell C)
cmake_policy(VERSION 3.5.1)

SET( ${PROJECT_NAME}_CURRENT 2 )
SET( ${PROJECT_NAME}_REVISION 3 )
SET( ${PROJECT_NAME}_AGE 1 )
SET( ${PROJECT_NAME}_REVISION 4 )
SET( ${PROJECT_NAME}_AGE 0 )
SET(VERSION "${${PROJECT_NAME}_CURRENT}.${${PROJECT_NAME}_REVISION}.${${PROJECT_NAME}_AGE}")

SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/;${PROJECT_SOURCE_DIR}/../globalplatform/cmake_modules/)
Expand Down
3 changes: 3 additions & 0 deletions gpshell/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
History
=======

12/18/2023 2.4.0 Karsten Ohme
Support for key types for putting keys

07/20/2022 2.3.0 Karsten Ohme
Support for CAT/STK ETSI TS 102 226 installation parameters

Expand Down

0 comments on commit 8d7587c

Please # to comment.