Skip to content

Commit 952fe3b

Browse files
committed
Update version to 0.3.0
1 parent 942aa60 commit 952fe3b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-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(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

rpm_changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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

viewer/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(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

4343
if(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

0 commit comments

Comments
 (0)