[banshee/stable-2.2] release: Bump version to 2.2.1
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/stable-2.2] release: Bump version to 2.2.1
- Date: Tue, 1 Nov 2011 20:10:51 +0000 (UTC)
commit 90228db9bb9db67c8488fd09d63658c0d21a5a61
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Tue Nov 1 21:08:56 2011 +0100
release: Bump version to 2.2.1
banshee.doap | 6 +++---
build/windows/Installer.wixproj | 2 +-
build/windows/InstallerDefinition.wxs | 4 ++--
configure.ac | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/banshee.doap b/banshee.doap
index 8b0718f..3d531f1 100644
--- a/banshee.doap
+++ b/banshee.doap
@@ -29,9 +29,9 @@
<Version>
<name>2.2 Release</name>
<branch>stable-2.2</branch>
- <created>2011-09-21</created>
- <revision>2.2.0</revision>
- <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/banshee/2.2/banshee-2.2.0.tar.bz2" />
+ <created>2011-11-01</created>
+ <revision>2.2.1</revision>
+ <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/banshee/2.2/banshee-2.2.1.tar.bz2" />
</Version>
</release>
diff --git a/build/windows/Installer.wixproj b/build/windows/Installer.wixproj
index e79b50b..86a5939 100644
--- a/build/windows/Installer.wixproj
+++ b/build/windows/Installer.wixproj
@@ -4,7 +4,7 @@
<ProductVersion>3.0</ProductVersion>
<ProjectGuid>{33f58ffc-956e-4079-b27a-160a57ffea7a}</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
- <OutputName>Banshee-2.2.0</OutputName>
+ <OutputName>Banshee-2.2.1</OutputName>
<OutputType>Package</OutputType>
<ApplicationIcon>Bitmaps\banshee.ico</ApplicationIcon>
<OutputPath>.</OutputPath>
diff --git a/build/windows/InstallerDefinition.wxs b/build/windows/InstallerDefinition.wxs
index 23ddd0f..6ef31a9 100644
--- a/build/windows/InstallerDefinition.wxs
+++ b/build/windows/InstallerDefinition.wxs
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Change per release -->
-<?define ProductVersion = "2.2.0" ?>
-<?define ProductVersionText = "2.2.0 - ALPHA" ?>
+<?define ProductVersion = "2.2.1" ?>
+<?define ProductVersionText = "2.2.1 - ALPHA" ?>
<!-- Should not be changed -->
<?define ProductShortName = "Banshee" ?>
diff --git a/configure.ac b/configure.ac
index 5ff9787..8a3529e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,10 +2,10 @@ 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], [2])
-m4_define([banshee_version_micro], [0])
+m4_define([banshee_version_micro], [1])
dnl this can sometimes differ manually
-m4_define([banshee_display_version], ["2.2"])
+m4_define([banshee_display_version], ["2.2.1"])
dnl set to 0 when doing an official release
m4_define([banshee_version_pre_release], [0])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]