[cairo-commit] 2 commits - cairo-version.h

Carl Worth cworth at kemper.freedesktop.org
Thu Oct 30 08:22:16 PDT 2008


 cairo-version.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d53537e8b5e3a8345983d8a0529cb230fa2886d1
Author: Carl Worth <cworth at cworth.org>
Date:   Thu Oct 30 08:20:59 2008 -0700

    Increment version to 1.8.3 after the 1.8.2 release.
    
    Thanks to Chris Wilson (who else?) for the last-minute bug fix.

diff --git a/cairo-version.h b/cairo-version.h
index 991c960..0a2f40a 100644
--- a/cairo-version.h
+++ b/cairo-version.h
@@ -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
commit f7c958d97221375fdcbb6c58c3b58c07676b7589
Author: Carl Worth <cworth at cworth.org>
Date:   Wed Oct 29 21:02:04 2008 -0700

    Increment cairo version to 1.8.2.
    
    Hurrah! We're finally there.

diff --git a/cairo-version.h b/cairo-version.h
index 873f653..991c960 100644
--- a/cairo-version.h
+++ b/cairo-version.h
@@ -3,6 +3,6 @@
 
 #define CAIRO_VERSION_MAJOR 1
 #define CAIRO_VERSION_MINOR 8
-#define CAIRO_VERSION_MICRO 1
+#define CAIRO_VERSION_MICRO 2
 
 #endif


More information about the cairo-commit mailing list