From 2841a4cd8c6c64fdf4b2203ab73b57b38a50f651 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 28 Sep 2009 20:03:11 -0700 Subject: Increment version to 2.9.0 And add a reminder to RELEASING that the incremented version number needs to be committed, (since I forgot to do this with 2.8.99.902). --- RELEASING | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'RELEASING') diff --git a/RELEASING b/RELEASING index e32ecf67..afc9f432 100644 --- a/RELEASING +++ b/RELEASING @@ -19,7 +19,8 @@ The process for releasing a new tarball is as follows: 3. Update your module version (usually found in configure.ac) $ vi configure.ac # bump version - $ git push origin # make sure you're on the release branch + $ git commit + $ git push origin # make sure you're on the release branch 4. Verify your module builds -- cgit v1.2.1