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
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
#
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])