From f39c5b40c79b139f1efcfdf393e15e2aaedc5e36 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 18 Sep 2008 11:58:22 -0700 Subject: [PATCH] Increase cairo version to 1.7.6. We're finally going to get this overdue snapshot out. --- cairo-version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cairo-version.h b/cairo-version.h index bfe4958d0..82cdf9103 100644 --- a/cairo-version.h +++ b/cairo-version.h @@ -3,6 +3,6 @@ #define CAIRO_VERSION_MAJOR 1 #define CAIRO_VERSION_MINOR 7 -#define CAIRO_VERSION_MICRO 5 +#define CAIRO_VERSION_MICRO 6 #endif