Skip to content

Commit e3beaed

Browse files
committed
tag v3.2.1
1 parent 2bea665 commit e3beaed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ set(TARGET_NAME demo)
389389
add_executable(${TARGET_NAME} main.cpp)
390390
391391
include(FetchContent)
392-
FetchContent_Declare(log4cpp GIT_REPOSITORY https://github.com/lwhttpdorg/log4cpp.git GIT_TAG v3.2.0)
392+
FetchContent_Declare(log4cpp GIT_REPOSITORY https://github.com/lwhttpdorg/log4cpp.git GIT_TAG v3.2.1)
393393
394394
FetchContent_MakeAvailable(log4cpp)
395395

README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ set(TARGET_NAME demo)
378378
add_executable(${TARGET_NAME} main.cpp)
379379
380380
include(FetchContent)
381-
FetchContent_Declare(log4cpp GIT_REPOSITORY https://github.com/lwhttpdorg/log4cpp.git GIT_TAG v3.2.0)
381+
FetchContent_Declare(log4cpp GIT_REPOSITORY https://github.com/lwhttpdorg/log4cpp.git GIT_TAG v3.2.1)
382382
383383
FetchContent_MakeAvailable(log4cpp)
384384

0 commit comments

Comments
 (0)