[banshee] build: Bump version to 2.7.0 and switch to post-release increment
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] build: Bump version to 2.7.0 and switch to post-release increment
- Date: Sun, 20 Jan 2013 18:14:41 +0000 (UTC)
commit 6f870f3f682bf8a107fbbc50bd42f83401004120
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Sun Jan 20 19:08:15 2013 +0100
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.
configure.ac | 4 ++--
extras/README.releasing | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 28722b3..12a06ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
dnl Granularly define the version components
dnl Remember to also update the Display Version
m4_define([banshee_version_major], [2])
-m4_define([banshee_version_minor], [6])
+m4_define([banshee_version_minor], [7])
m4_define([banshee_version_micro], [0])
dnl this can sometimes differ manually
-m4_define([banshee_display_version], ["2.6"])
+m4_define([banshee_display_version], ["2.7"])
dnl set to 0 when doing an official release
m4_define([banshee_version_pre_release], [0])
diff --git a/extras/README.releasing b/extras/README.releasing
index f45c0d6..138d943 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]