Files

9 lines
148 B
C
Raw Permalink Normal View History

2023-11-09 20:19:51 +08:00
#ifndef CAIRO_VERSION_H
#define CAIRO_VERSION_H
#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 17
#define CAIRO_VERSION_MICRO 3
#endif