From 6815e754d31d5a431028c8ca62911c07b753edc8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Fri, 6 Feb 2009 18:01:57 -0500 Subject: [PATCH] Bump version number post-release --- RELEASING | 7 ++----- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 7 deletions(-) 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= GPGKEY= 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]) -- 2.7.4