Bump version number post-release
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 6 Feb 2009 23:01:57 +0000 (18:01 -0500)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 6 Feb 2009 23:01:57 +0000 (18:01 -0500)
RELEASING
configure.ac

index 7040deb..5a97b28 100644 (file)
--- 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
index fa64800..030d063 100644 (file)
@@ -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])