diff options
| author | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-03 00:35:06 +0000 |
|---|---|---|
| committer | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-03 00:35:06 +0000 |
| commit | 3672df9a1d55715c6e4e4da4eac146dd437693a2 (patch) | |
| tree | b4b3adbd60c7ca51bac118497e1ebb444fa51406 | |
| parent | e693e176f4306ff745b409be9846279a88633675 (diff) | |
| download | ruby-3672df9a1d55715c6e4e4da4eac146dd437693a2.tar.gz ruby-3672df9a1d55715c6e4e4da4eac146dd437693a2.tar.xz ruby-3672df9a1d55715c6e4e4da4eac146dd437693a2.zip | |
* ext/syck/syck.h: version 0.43.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | ext/syck/syck.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. 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 <stdio.h> |
