Increment version to 1.8.3 after the 1.8.2 release.

Thanks to Chris Wilson (who else?) for the last-minute bug fix.
This commit is contained in:
Carl Worth 2008-10-30 08:20:59 -07:00
parent f7c958d972
commit d53537e8b5

View file

@ -3,6 +3,6 @@
#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 8
#define CAIRO_VERSION_MICRO 2
#define CAIRO_VERSION_MICRO 3
#endif