ext/xml/libxml.h in libxml-ruby-0.3.6 vs ext/xml/libxml.h in libxml-ruby-0.3.8

- old
+ new

@@ -4,11 +4,14 @@ #define __RUBY_LIBXML_H__ /* Don't nuke this block! It is used for automatically updating the * versions below. VERSION = string formatting, VERNUM = numbered * version for inline testing: increment both or none at all. */ -#define RUBY_LIBXML_VERSION "0.3.6" -#define RUBY_LIBXML_VERNUM 036 +#define RUBY_LIBXML_VERSION "0.3.8" +#define RUBY_LIBXML_VERNUM 38 +#define RUBY_LIBXML_VER_MAJ 0 +#define RUBY_LIBXML_VER_MIN 3 +#define RUBY_LIBXML_VER_MIC 8 #include <ruby.h> #include <rubyio.h> #include <util.h> #include <libxml/parser.h>