Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4349 Serge 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
9
 
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
13
 
14
#endif