summaryrefslogtreecommitdiffstats
path: root/contrib/libyaml/win32/config.h
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-03-04 11:27:41 +0000
committerbapt <bapt@FreeBSD.org>2013-03-04 11:27:41 +0000
commit6dc03862600c95a3a8c18e50f843a082be3a078c (patch)
tree5075db86cc8d854fdcdc49d9e8ab0a25c9741312 /contrib/libyaml/win32/config.h
parent9ad2265733ae27758ebf470fc60be9e94434b5ac (diff)
parentd191df7e02a5d6cea2324e0b10bfed2a4e9f198c (diff)
downloadFreeBSD-src-6dc03862600c95a3a8c18e50f843a082be3a078c.zip
FreeBSD-src-6dc03862600c95a3a8c18e50f843a082be3a078c.tar.gz
Import libyaml as libbsdyml (private brand name)
LibYAML is a YAML 1.1 parser and emitter under MIT license which will soon be used by the pkg boostrap (usr.bin/pkg) and bhyve Reviewed by: roberto, antoine
Diffstat (limited to 'contrib/libyaml/win32/config.h')
-rw-r--r--contrib/libyaml/win32/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/libyaml/win32/config.h b/contrib/libyaml/win32/config.h
new file mode 100644
index 0000000..731b62d
--- /dev/null
+++ b/contrib/libyaml/win32/config.h
@@ -0,0 +1,4 @@
+#define YAML_VERSION_MAJOR 0
+#define YAML_VERSION_MINOR 1
+#define YAML_VERSION_PATCH 4
+#define YAML_VERSION_STRING "0.1.4"
OpenPOWER on IntegriCloud