Skip to content

Commit dd7c5cd

Browse files
committed
Update version to 1.2.0
1 parent e76b23c commit dd7c5cd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
cmake_minimum_required(VERSION 3.16)
99

1010
project(dukpt
11-
VERSION 1.1.1
11+
VERSION 1.2.0
1212
DESCRIPTION "DUKPT libraries and tools"
1313
HOMEPAGE_URL "https://github.com/openemv/dukpt"
1414
LANGUAGES C

rpm_changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* Sun Dec 31 2023 Leon Lynch <lynch.leon@gmail.com> - 1.2.0-1
2+
- Update to dukpt-1.2.0
3+
- Require tr31-0.6.0
4+
15
* Sun Sep 17 2023 Leon Lynch <lynch.leon@gmail.com> - 1.1.1-1
26
- Update to dukpt-1.1.1
37

ui/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
cmake_minimum_required(VERSION 3.16)
99

1010
project(dukpt-ui
11-
VERSION 1.1.1
11+
VERSION 1.2.0
1212
DESCRIPTION "DUKPT User Interface using Qt"
1313
HOMEPAGE_URL "https://github.com/openemv/dukpt"
1414
LANGUAGES C CXX
@@ -43,7 +43,7 @@ if(DUKPT_UI_IS_TOP_LEVEL)
4343
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../crypto/cmake/Modules/")
4444

4545
# If this is the top-level project, look for the platform dukpt libraries
46-
find_package(dukpt 1.1.0 REQUIRED)
46+
find_package(dukpt 1.2.0 REQUIRED)
4747
else()
4848
# Otherwise the parent project must provide the dukpt targets
4949
if(NOT TARGET dukpt::dukpt_tdes OR NOT TARGET dukpt::dukpt_aes)

0 commit comments

Comments
 (0)