mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06: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 0
|
|
|
|
#endif
|