Skip to content

Commit

Permalink
Update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlynch committed Nov 24, 2024
1 parent 9dac9b6 commit b5a0187
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(emv-utils
VERSION 0.1.0
VERSION 0.2.0
DESCRIPTION "EMV libraries and tools"
HOMEPAGE_URL "https://github.com/openemv/emv-utils"
LANGUAGES C CXX
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 Nov 24 2024 Leon Lynch <lynch.leon@gmail.com> - 0.2.0-1
- Update to emv-utils-0.2.0
- Require Qt-5.15.x for emv-viewer

* Sun Mar 12 2023 Leon Lynch <lynch.leon@gmail.com> - 0.1.0-1
- Update to emv-utils-0.1.0

Expand Down
4 changes: 2 additions & 2 deletions viewer/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(emv-viewer
VERSION 0.1.0
VERSION 0.2.0
DESCRIPTION "EMV Viewer using Qt"
HOMEPAGE_URL "https://github.com/openemv/emv-utils"
LANGUAGES CXX
Expand Down Expand Up @@ -42,7 +42,7 @@ endif()

if(EMV_VIEWER_IS_TOP_LEVEL)
# If this is the top-level project, look for the emv-utils libraries
find_package(emv-utils 0.1.0 REQUIRED)
find_package(emv-utils 0.2.0 REQUIRED)

# If this is the top-level project and being built as a MacOS bundle, the
# mcc-codes file must be available. Otherwise rely entirely on the
Expand Down

0 comments on commit b5a0187

Please sign in to comment.