Subversion Repositories Kolibri OS

Rev

Rev 1892 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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