mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-01 05:50:39 +02:00
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 8
|
|
#define CAIRO_VERSION_MICRO 6
|
|
|
|
#endif
|