Skip to content

Commit 719d134

Browse files
authored
Update CMakeLists.txt
Set the BarcodeReader_VERSION_MINOR variable to 5 as the library has been updated to 7.5
1 parent 008615b commit 719d134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MESSAGE( STATUS "PROJECT_NAME: " ${PROJECT_NAME} )
44

55
# The version number.
66
set(BarcodeReader_VERSION_MAJOR 7)
7-
set(BarcodeReader_VERSION_MINOR 4)
7+
set(BarcodeReader_VERSION_MINOR 5)
88

99
# Check platforms
1010
if (CMAKE_HOST_WIN32)

0 commit comments

Comments
 (0)