File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 8
8
cmake_minimum_required (VERSION 3.16)
9
9
10
10
project (dukpt
11
- VERSION 1.1.1
11
+ VERSION 1.2.0
12
12
DESCRIPTION "DUKPT libraries and tools"
13
13
HOMEPAGE_URL "https://github.com/openemv/dukpt"
14
14
LANGUAGES C
Original file line number Diff line number Diff line change
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
+
1
5
* Sun Sep 17 2023 Leon Lynch <lynch.leon@gmail.com> - 1.1.1-1
2
6
- Update to dukpt-1.1.1
3
7
Original file line number Diff line number Diff line change 8
8
cmake_minimum_required (VERSION 3.16)
9
9
10
10
project (dukpt-ui
11
- VERSION 1.1.1
11
+ VERSION 1.2.0
12
12
DESCRIPTION "DUKPT User Interface using Qt"
13
13
HOMEPAGE_URL "https://github.com/openemv/dukpt"
14
14
LANGUAGES C CXX
@@ -43,7 +43,7 @@ if(DUKPT_UI_IS_TOP_LEVEL)
43
43
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR} /../crypto/cmake/Modules/" )
44
44
45
45
# 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)
47
47
else ()
48
48
# Otherwise the parent project must provide the dukpt targets
49
49
if (NOT TARGET dukpt::dukpt_tdes OR NOT TARGET dukpt::dukpt_aes)
You can’t perform that action at this time.
0 commit comments