File: ruby_xml_version.h

package info (click to toggle)
ruby-libxml 5.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,804 kB
  • sloc: xml: 18,263; ansic: 7,669; ruby: 5,809; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
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  "5.0.5"
#define RUBY_LIBXML_VERNUM   505
#define RUBY_LIBXML_VER_MAJ   5
#define RUBY_LIBXML_VER_MIN   0
#define RUBY_LIBXML_VER_MIC   5
#define RUBY_LIBXML_VER_PATCH 0