Skip to content

Commit d5a78c7

Browse files
authored
feat: upgrade hummus version and promote this version to 1.1.1 (#18)
1 parent 5c27897 commit d5a78c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required (VERSION 3.15)
2-
project(TextExtraction VERSION 1.1)
2+
project(TextExtraction VERSION 1.1.1)
33

44
# options
55
option(USE_BIDI "should support bi-directional text")
@@ -11,7 +11,7 @@ include(FetchContent)
1111
FetchContent_Declare(
1212
PDFHummus
1313
GIT_REPOSITORY https://github.com/galkahana/PDF-Writer.git
14-
GIT_TAG v4.5.4
14+
GIT_TAG v4.5.7
1515
FIND_PACKAGE_ARGS
1616
)
1717
FetchContent_MakeAvailable(PDFHummus)

0 commit comments

Comments
 (0)