diff --git a/CMakeLists.txt b/CMakeLists.txt index 5eb4b3e..6e935c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # ************************************************************************************************* -# Copyright (c) 2021 Calypso Networks Association https://calypsonet.org/ * +# Copyright (c) 2023 Calypso Networks Association https://calypsonet.org/ * # * # See the NOTICE file(s) distributed with this work for additional information regarding * # copyright ownership. * @@ -14,7 +14,7 @@ PROJECT(CalypsonetTerminalCalypso C CXX) CMAKE_MINIMUM_REQUIRED(VERSION 3.0) SET(CMAKE_PROJECT_VERSION_MAJOR "1") -SET(CMAKE_PROJECT_VERSION_MINOR "2") +SET(CMAKE_PROJECT_VERSION_MINOR "3") SET(CMAKE_PROJECT_VERSION_PATCH "0") SET(CMAKE_PROJECT_VERSION "${CMAKE_PROJECT_VERSION_MAJOR}. diff --git a/src/main/CalypsoApiProperties.h b/src/main/CalypsoApiProperties.h index c606d6d..2cbf86c 100644 --- a/src/main/CalypsoApiProperties.h +++ b/src/main/CalypsoApiProperties.h @@ -1,5 +1,5 @@ /************************************************************************************************** - * Copyright (c) 2021 Calypso Networks Association https://calypsonet.org/ * + * Copyright (c) 2023 Calypso Networks Association https://calypsonet.org/ * * * * See the NOTICE file(s) distributed with this work for additional information regarding * * copyright ownership. * @@ -39,7 +39,7 @@ class CalypsoApiProperties final { CalypsoApiProperties() {} }; -const std::string CalypsoApiProperties::VERSION = "1.2"; +const std::string CalypsoApiProperties::VERSION = "1.3"; } } diff --git a/src/main/sam/CalypsoSam.h b/src/main/sam/CalypsoSam.h index 76054f1..6f6e89a 100644 --- a/src/main/sam/CalypsoSam.h +++ b/src/main/sam/CalypsoSam.h @@ -1,5 +1,5 @@ /************************************************************************************************** - * Copyright (c) 2022 Calypso Networks Association https://calypsonet.org/ * + * Copyright (c) 2023 Calypso Networks Association https://calypsonet.org/ * * * * See the NOTICE file(s) distributed with this work for additional information regarding * * copyright ownership. * @@ -47,6 +47,13 @@ class CalypsoSam : public SmartCard { */ SAM_C1, + /** + * SAM C1 HSM + * + * @since 1.3.0 + */ + HSM_C1, + /** * SAM S1E1 *