mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-20 09:20:06 +01:00
8 lines
148 B
C
8 lines
148 B
C
#ifndef CAIRO_VERSION_H
|
|
#define CAIRO_VERSION_H
|
|
|
|
#define CAIRO_VERSION_MAJOR 1
|
|
#define CAIRO_VERSION_MINOR 11
|
|
#define CAIRO_VERSION_MICRO 3
|
|
|
|
#endif
|