ext/xml/libxml.h in libxml-ruby-0.5.0 vs ext/xml/libxml.h in libxml-ruby-0.5.0.1

- old
+ new

@@ -4,15 +4,15 @@ #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.5.0" +#define RUBY_LIBXML_VERSION "0.5.0.1" #define RUBY_LIBXML_VERNUM 500 #define RUBY_LIBXML_VER_MAJ 0 #define RUBY_LIBXML_VER_MIN 5 #define RUBY_LIBXML_VER_MIC 0 -#define RUBY_LIBXML_VER_PATCH 0 +#define RUBY_LIBXML_VER_PATCH 1 #include <ruby.h> #include <rubyio.h> #include <util.h> #include <libxml/parser.h>