Bump release
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>
Sat, 6 Sep 2008 10:15:31 +0000 (06:15 -0400)
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>
Sat, 6 Sep 2008 10:15:31 +0000 (06:15 -0400)
RELEASING
configure.ac

index 3ad0c2d..121e0df 100644 (file)
--- a/RELEASING
+++ b/RELEASING
@@ -17,7 +17,9 @@ Here are the steps to follow to create a new pixman release:
 
        make PREV=<last version> release-check
 
-   and fix things until it passes.
+   and fix things until it passes. If your freedesktop username is
+   different from your local username, then also set the variable
+   USERNAME on the commandline.
 
    A very useful thing to do is to run the cairo test suite
    against pixman. This can be done by running the following
index cddf1a7..3821dcc 100644 (file)
@@ -54,7 +54,7 @@ AC_PREREQ([2.57])
 
 m4_define([pixman_major], 0)
 m4_define([pixman_minor], 11)
-m4_define([pixman_micro], 9)
+m4_define([pixman_micro], 10)
 
 m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])