Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4349 Serge 1
#ifndef CAIRO_VERSION_H
2
#define CAIRO_VERSION_H
3
 
4
#define CAIRO_VERSION_MAJOR 1
5
#define CAIRO_VERSION_MINOR 12
6
#define CAIRO_VERSION_MICRO 16
7
 
8
#endif