1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/syck/syck.h: version 0.43.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
why 2004-04-03 00:35:06 +00:00
parent 28b79f3957
commit 08cd3453b2
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sat Apr 3 09:36:38 2004 why the lucky stiff <why@ruby-lang.org>
* ext/syck/syck.h: version 0.43.
Sat Apr 3 08:28:47 2004 why the lucky stiff <why@ruby-lang.org>
* ext/syck/lib/gram.c: allow root-level inline collections.

View file

@ -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 <stdio.h>