cairo/cairo-version.h
Carl Worth fc7be0014d Update version to 1.9.7.
Following the 1.9.6 snapshot.
2010-02-19 17:39:50 -08:00

8 lines
147 B
C

#ifndef CAIRO_VERSION_H
#define CAIRO_VERSION_H
#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 9
#define CAIRO_VERSION_MICRO 7
#endif