ext/xml/libxml.h in libxml-ruby-0.5.1.0 vs ext/xml/libxml.h in libxml-ruby-0.5.2.0
- 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.1.0"
-#define RUBY_LIBXML_VERNUM 510
+#define RUBY_LIBXML_VERSION "0.5.2.0"
+#define RUBY_LIBXML_VERNUM 520
#define RUBY_LIBXML_VER_MAJ 0
#define RUBY_LIBXML_VER_MIN 5
-#define RUBY_LIBXML_VER_MIC 1
+#define RUBY_LIBXML_VER_MIC 2
#define RUBY_LIBXML_VER_PATCH 0
#include <ruby.h>
#include <rubyio.h>
#include <util.h>
@@ -62,10 +62,11 @@
typedef struct rx_xpath_data {
VALUE ctxt;
} rx_xpath_data;
+#include "ruby_xml_state.h"
#include "ruby_xml_attr.h"
#include "ruby_xml_document.h"
#include "ruby_xml_node.h"
#include "ruby_xml_node_set.h"
#include "ruby_xml_ns.h"
@@ -74,9 +75,10 @@
#include "ruby_xml_sax_parser.h"
#include "ruby_xml_tree.h"
#include "ruby_xml_xinclude.h"
#include "ruby_xml_xpath.h"
#include "ruby_xml_xpath_context.h"
+#include "ruby_xml_xpath_object.h"
#include "ruby_xml_xpointer.h"
#include "ruby_xml_xpointer_context.h"
#include "ruby_xml_input_cbg.h"
#include "ruby_xml_dtd.h"
#include "ruby_xml_schema.h"