File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11= Release History
22
3+ == 5.0.3 / 2024-03-11
4+
5+ * Update xmlStructuredErrorFunc to be backwards compatible
6+
37== 5.0.2 / 2024-01-08
48
59* Fix broken DTD creation (DTD name is not required)
Original file line number Diff line number Diff line change 11/* Don't nuke this block! It is used for automatically updating the
22 * versions below. VERSION = string formatting, VERNUM = numbered
33 * version for inline testing: increment both or none at all.*/
4- #define RUBY_LIBXML_VERSION "5.0.2 "
5- #define RUBY_LIBXML_VERNUM 502
4+ #define RUBY_LIBXML_VERSION "5.0.3 "
5+ #define RUBY_LIBXML_VERNUM 503
66#define RUBY_LIBXML_VER_MAJ 5
77#define RUBY_LIBXML_VER_MIN 0
8- #define RUBY_LIBXML_VER_MIC 2
8+ #define RUBY_LIBXML_VER_MIC 3
99#define RUBY_LIBXML_VER_PATCH 0
You can’t perform that action at this time.
0 commit comments