aboutsummaryrefslogtreecommitdiff
path: root/ports/log4cpp/CONTROL
diff options
context:
space:
mode:
authorLily <47812810+LilyWangL@users.noreply.github.com>2019-10-27 10:39:19 +0800
committerRobert Schumacher <roschuma@microsoft.com>2019-10-26 19:39:19 -0700
commit431d3f35e9536cc871332e58b58f3e980ac31a5c (patch)
tree530dcda37a137868c7e5160f96a1e6d2be413fda /ports/log4cpp/CONTROL
parent2ade1ec32b891fac9cd30c37066ca26dd86da3d4 (diff)
downloadvcpkg-431d3f35e9536cc871332e58b58f3e980ac31a5c.tar.gz
vcpkg-431d3f35e9536cc871332e58b58f3e980ac31a5c.zip
[log4cpp] Fix link static library (#8741)
* [log4cpp] Fix link static library * [log4cpp] Unneeded removal of /bin in static mode
Diffstat (limited to 'ports/log4cpp/CONTROL')
-rw-r--r--ports/log4cpp/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/log4cpp/CONTROL b/ports/log4cpp/CONTROL
index 9706c1316..11c37843b 100644
--- a/ports/log4cpp/CONTROL
+++ b/ports/log4cpp/CONTROL
@@ -1,5 +1,5 @@
Source: log4cpp
-Version: 2.9.1-1
+Version: 2.9.1-2
Homepage: https://github.com/orocos-toolchain/log4cpp
Description: Log4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. It is modeled after the Log4j Java library, staying as close to their API as is reasonable.