~ubuntu-branches/ubuntu/maverick/cairo/maverick

1
2
3
4
5
6
7
8
#ifndef CAIRO_VERSION_H
#define CAIRO_VERSION_H

#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 8
#define CAIRO_VERSION_MICRO 0

#endif