beta-0.89.2
[luatex.git] / source / libs / cairo / cairo-src / src / cairo-version.h
blob51008003f98ff194ef209ca82d600de41d583fb7
1 /* This is a dummy file.
2 * The actual version info is in toplevel cairo-version.h.
3 * The purpose of this file is to make most of the source files NOT depend
4 * on the real cairo-version.h, and as a result, changing library version
5 * would not cause a complete rebuild of all object files (just a relink).
6 * This is useful when bisecting. */
7 #ifndef CAIRO_VERSION_H
8 #define CAIRO_VERSION_H
10 #define CAIRO_VERSION_MAJOR USE_cairo_version_OR_cairo_version_string_INSTEAD
11 #define CAIRO_VERSION_MINOR USE_cairo_version_OR_cairo_version_string_INSTEAD
12 #define CAIRO_VERSION_MICRO USE_cairo_version_OR_cairo_version_string_INSTEAD
14 #endif