mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-06 03:50:19 +01:00
8 lines
149 B
C
8 lines
149 B
C
#ifndef CAIRO_VERSION_H
|
|
#define CAIRO_VERSION_H
|
|
|
|
#define CAIRO_VERSION_MAJOR 1
|
|
#define CAIRO_VERSION_MINOR 15
|
|
#define CAIRO_VERSION_MICRO 11
|
|
|
|
#endif
|