/*
 * Java-Gnome Bindings Library
 *
 * Copyright 2005 the Java-Gnome Team, all rights reserved.
 *
 * The Java-Gnome bindings library is free software distributed under
 * the terms of the GNU Library General Public License version 2.
 */

package org.freedesktop.cairo;

/*
 * This interface makes values calculated by configure available to
 * the Cairo bindings.
 */
public interface Config
{
  /**
   * Version of Cairo that these bindings wrap.
   */
  String CAIRO_API_VERSION = "1.0";
}
