[banshee] release: Bump version to 2.5.1
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] release: Bump version to 2.5.1
- Date: Thu, 13 Sep 2012 19:09:34 +0000 (UTC)
commit 15b30276d905bbd4bf1e74fb9c669e959b08eca7
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Thu Sep 13 21:01:49 2012 +0200
release: Bump version to 2.5.1
banshee.doap | 8 ++++----
build/windows/Installer.wixproj | 2 +-
build/windows/InstallerDefinition.wxs | 4 ++--
configure.ac | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/banshee.doap b/banshee.doap
index 34286ca..62e7af7 100644
--- a/banshee.doap
+++ b/banshee.doap
@@ -37,11 +37,11 @@
<release>
<Version>
- <name>2.5.0 Release</name>
+ <name>2.5.1 Release</name>
<branch>master</branch>
- <created>2012-08-22</created>
- <revision>2.5.0</revision>
- <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/banshee/2.5/banshee-2.5.0.tar.xz" />
+ <created>2012-09-13</created>
+ <revision>2.5.1</revision>
+ <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/banshee/2.5/banshee-2.5.1.tar.xz" />
</Version>
</release>
diff --git a/build/windows/Installer.wixproj b/build/windows/Installer.wixproj
index 8a3ddff..d49b0e4 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.5.0</OutputName>
+ <OutputName>Banshee-2.5.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 52dca83..ba9f9d5 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.5.0" ?>
-<?define ProductVersionText = "2.5.0 - ALPHA" ?>
+<?define ProductVersion = "2.5.1" ?>
+<?define ProductVersionText = "2.5.1 - ALPHA" ?>
<!-- Should not be changed -->
<?define ProductShortName = "Banshee" ?>
diff --git a/configure.ac b/configure.ac
index 0122cc0..0313778 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], [5])
-m4_define([banshee_version_micro], [0])
+m4_define([banshee_version_micro], [1])
dnl this can sometimes differ manually
-m4_define([banshee_display_version], ["2.5.0"])
+m4_define([banshee_display_version], ["2.5.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]