mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-06 19:00:22 +01:00
Quite slick! This comes handy when git-bisect'ing. The canonical version number is in toplevel cairo-version.h now.
8 lines
147 B
C
8 lines
147 B
C
#ifndef CAIRO_VERSION_H
|
|
#define CAIRO_VERSION_H
|
|
|
|
#define CAIRO_VERSION_MAJOR 1
|
|
#define CAIRO_VERSION_MINOR 7
|
|
#define CAIRO_VERSION_MICRO 5
|
|
|
|
#endif
|