/*      client_version()     */
static VALUE client_version(VALUE obj)
{
    return INT2NUM(mysql_get_client_version());
}