Skip to content

Commit 3e536a1

Browse files
committed
v8.1
1 parent 6d17a22 commit 3e536a1

39 files changed

+759
-724
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SET(CMAKE_CXX_FLAGS "-std=c++11 -O3")
55

66
# The version number.
77
set(BarcodeReader_VERSION_MAJOR 8)
8-
set(BarcodeReader_VERSION_MINOR 0)
8+
set(BarcodeReader_VERSION_MINOR 1)
99

1010
# Check platforms
1111
if (CMAKE_HOST_WIN32)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Building C/C++ Barcode Reader with CMake
22

3-
Version 8.0
3+
Version 8.1
44

55
## Requirements
66
- [Visual Studio](https://www.visualstudio.com/downloads/)
222 KB
Loading
1.09 MB
Binary file not shown.

images/BarcodeColorMode.png

21.1 KB
Loading

images/BarcodeOrientation.png

179 KB
Loading
21.3 KB
Loading

images/BlurPhoto.jpg

1.82 MB
Loading

images/Codabar.jpg

134 KB
Loading

images/Code 128.png

43.5 KB
Loading

0 commit comments

Comments
 (0)