From 3672df9a1d55715c6e4e4da4eac146dd437693a2 Mon Sep 17 00:00:00 2001 From: why Date: Sat, 3 Apr 2004 00:35:06 +0000 Subject: * ext/syck/syck.h: version 0.43. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ ext/syck/syck.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4f8fb77a5..a9358aa2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Apr 3 09:36:38 2004 why the lucky stiff + + * ext/syck/syck.h: version 0.43. + Sat Apr 3 08:28:47 2004 why the lucky stiff * ext/syck/lib/gram.c: allow root-level inline collections. diff --git a/ext/syck/syck.h b/ext/syck/syck.h index 0383c5ad4..c2ef061ab 100644 --- a/ext/syck/syck.h +++ b/ext/syck/syck.h @@ -13,7 +13,7 @@ #define SYCK_YAML_MAJOR 1 #define SYCK_YAML_MINOR 0 -#define SYCK_VERSION "0.42" +#define SYCK_VERSION "0.43" #define YAML_DOMAIN "yaml.org,2002" #include -- cgit