Skip to content

Commit

Permalink
Update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlynch committed Dec 31, 2023
1 parent e76b23c commit dd7c5cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
cmake_minimum_required(VERSION 3.16)

project(dukpt
VERSION 1.1.1
VERSION 1.2.0
DESCRIPTION "DUKPT libraries and tools"
HOMEPAGE_URL "https://github.com/openemv/dukpt"
LANGUAGES C
Expand Down
4 changes: 4 additions & 0 deletions rpm_changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* Sun Dec 31 2023 Leon Lynch <[email protected]> - 1.2.0-1
- Update to dukpt-1.2.0
- Require tr31-0.6.0

* Sun Sep 17 2023 Leon Lynch <[email protected]> - 1.1.1-1
- Update to dukpt-1.1.1

Expand Down
4 changes: 2 additions & 2 deletions ui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
cmake_minimum_required(VERSION 3.16)

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

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

0 comments on commit dd7c5cd

Please sign in to comment.