/*
 * call-seq:
 *   check_version(major, minor, sub) -> boolean
 *   check_version([major, minor, sub]) -> boolean
 *
 * Returns true, if given version ist compatible to the actually loaded xine library.
 */
static VALUE x_check_version(VALUE self, VALUE args) {