-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* 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 "4.1.2" | ||
#define RUBY_LIBXML_VERNUM 400 | ||
#define RUBY_LIBXML_VER_MAJ 4 | ||
#define RUBY_LIBXML_VER_MIN 1 | ||
#define RUBY_LIBXML_VER_MIC 2 | ||
#define RUBY_LIBXML_VERSION "5.0.0" | ||
#define RUBY_LIBXML_VERNUM 500 | ||
#define RUBY_LIBXML_VER_MAJ 5 | ||
#define RUBY_LIBXML_VER_MIN 0 | ||
#define RUBY_LIBXML_VER_MIC 0 | ||
#define RUBY_LIBXML_VER_PATCH 0 |