summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2013-01-20 19:08:15 +0100
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2013-01-20 19:14:12 +0100
commit6f870f3f682bf8a107fbbc50bd42f83401004120 (patch)
tree89657cd4d23296d74759075c4141ecc7aa6a6d7a /extras
parent8bd2b8ee29797b292b67a2842d3b9101b588a4a6 (diff)
build: Bump version to 2.7.0 and switch to post-release increment
From now on, we will bump the version in configure.ac right after a release, to the upcoming release version number. This makes it possible for third parties like the Community Extensions to explictly depend on an API which is only available in git master.
Diffstat (limited to 'extras')
-rw-r--r--extras/README.releasing3
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/README.releasing b/extras/README.releasing
index f45c0d617..138d94332 100644
--- a/extras/README.releasing
+++ b/extras/README.releasing
@@ -4,7 +4,7 @@ Pre-release:
* Update src/Core/Banshee.Core/Resources/contributors.xml
* Update AUTHORS (cd extras/ && ./create-authors > ../AUTHORS)
* Update NEWS
-* Bump version in configure.ac (don't forget the display version)
+* Check version in configure.ac (don't forget the display version)
* Update banshee.doap, build/windows/Installer*
* Run `make distcheck`
* Commit everything
@@ -27,3 +27,4 @@ Post-release:
+ This is used by the website to know what the latest release is
* Send announce e-mail
+ To: banshee-list@gnome.org, gnome-announce-list@gnome.org, mono-announce-list@lists.ximian.com
+* Bump version in configure.ac (don't forget the display version) and commit.