Skip to content

Commit

Permalink
libyaml 0.8.0 (#285)
Browse files Browse the repository at this point in the history
Updating our libyaml to 0.8.0
  • Loading branch information
bneradt authored Aug 30, 2023
1 parent e6e5784 commit eb6960a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/libyaml-cpp.part
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Import('*')
PartName("yaml-cpp")
PartVersion(GitVersionFromTag("0.6.3"))
PartVersion(GitVersionFromTag("0.8.0"))

env.AppendUnique(
CPPPATH=["${CHECK_OUT_DIR}/include"],
Expand Down
2 changes: 1 addition & 1 deletion lib/libyaml-cpp.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ libdir=${exec_prefix}/lib

Name: yaml-cpp
Description: A YAML parser and emitter for C++
Version: 0.6.3
Version: 0.8.0
Requires:
Libs: ${libdir}/libyaml-cpp.a
Cflags: -I${includedir}

0 comments on commit eb6960a

Please sign in to comment.