pixman: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Fri Feb 6 15:04:43 PST 2009


 RELEASING    |    7 ++-----
 configure.ac |    4 ++--
 2 files changed, 4 insertions(+), 7 deletions(-)

New commits:
commit 6815e754d31d5a431028c8ca62911c07b753edc8
Author: Søren Sandmann Pedersen <sandmann at redhat.com>
Date:   Fri Feb 6 18:01:57 2009 -0500

    Bump version number post-release

diff --git a/RELEASING b/RELEASING
index 7040deb..5a97b28 100644
--- a/RELEASING
+++ b/RELEASING
@@ -31,11 +31,7 @@ Here are the steps to follow to create a new pixman release:
 
 4) Use "git commit" to record any changes made in steps 2 and 3.
 
-5) Generate the final tar files with
-
-	make distcheck
-
-   and publish the tar files by running 
+5) Generate and publish the tar files by running 
 
 	make PREV=<last version> GPGKEY=<your gpg key id> release-publish
 
@@ -57,6 +53,7 @@ Here are the steps to follow to create a new pixman release:
    configure.ac. Commit this change, and push all commits created
    during this process using
 
+	git push
 	git push --tags
 
    You must use "--tags" here; otherwise the new tag will not
diff --git a/configure.ac b/configure.ac
index fa64800..030d063 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,8 +53,8 @@ AC_PREREQ([2.57])
 #
 
 m4_define([pixman_major], 0)
-m4_define([pixman_minor], 14)
-m4_define([pixman_micro], 0)
+m4_define([pixman_minor], 15)
+m4_define([pixman_micro], 1)
 
 m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])
 


More information about the xorg-commit mailing list