File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 88cmake_minimum_required (VERSION 3.16)
99
1010project (emv-utils
11- VERSION 0.2.3
11+ VERSION 0.3.0
1212 DESCRIPTION "EMV libraries and tools"
1313 HOMEPAGE_URL "https://github.com/openemv/emv-utils"
1414 LANGUAGES C CXX
Original file line number Diff line number Diff line change 1+ * Sat Sep 20 2025 Leon Lynch <lynch.leon@gmail.com> - 0.3.0-1
2+ - Update to emv-utils-0.3.0
3+
14* Sun Jun 08 2025 Leon Lynch <lynch.leon@gmail.com> - 0.2.3-1
25- Update to emv-utils-0.2.3
36
Original file line number Diff line number Diff line change 88cmake_minimum_required (VERSION 3.16)
99
1010project (emv-viewer
11- VERSION 0.2.3
11+ VERSION 0.3.0
1212 DESCRIPTION "EMV Viewer using Qt"
1313 HOMEPAGE_URL "https://github.com/openemv/emv-utils"
1414 LANGUAGES CXX
@@ -42,7 +42,7 @@ endif()
4242
4343if (EMV_VIEWER_IS_TOP_LEVEL)
4444 # If this is the top-level project, look for the emv-utils libraries
45- find_package (emv-utils 0.2 .0 REQUIRED)
45+ find_package (emv-utils 0.3 .0 REQUIRED)
4646
4747 # If this is the top-level project and being built as a MacOS bundle, the
4848 # mcc-codes file must be available. Otherwise rely entirely on the
You can’t perform that action at this time.
0 commit comments