[banshee] release: Bump version to 2.1.3
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] release: Bump version to 2.1.3
- Date: Wed, 24 Aug 2011 19:51:58 +0000 (UTC)
commit 2c73da4e4f26f5e9ee8c2d191f8079c7cdab953a
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Wed Aug 24 21:51:10 2011 +0200
release: Bump version to 2.1.3
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 a9b873b..c7002dc 100644
--- a/banshee.doap
+++ b/banshee.doap
@@ -27,11 +27,11 @@
<!-- Current Releases -->
<release>
<Version>
- <name>2.1.0 Release</name>
+ <name>2.1.3 Release</name>
<branch>master</branch>
- <created>2011-05-12</created>
- <revision>2.1.0</revision>
- <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/banshee/2.1/banshee-2.1.0.tar.bz2" />
+ <created>2011-08-24</created>
+ <revision>2.1.3</revision>
+ <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/banshee/2.1/banshee-2.1.3.tar.bz2" />
</Version>
</release>
diff --git a/build/windows/Installer.wixproj b/build/windows/Installer.wixproj
index 475783a..d3a5ab9 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.1.0</OutputName>
+ <OutputName>Banshee-2.1.3</OutputName>
<OutputType>Package</OutputType>
<ApplicationIcon>Bitmaps\banshee.ico</ApplicationIcon>
<OutputPath>.</OutputPath>
diff --git a/build/windows/InstallerDefinition.wxs b/build/windows/InstallerDefinition.wxs
index 07aa070..e2b0994 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.1.0" ?>
-<?define ProductVersionText = "2.1.0 - ALPHA" ?>
+<?define ProductVersion = "2.1.3" ?>
+<?define ProductVersionText = "2.1.3 - ALPHA" ?>
<!-- Should not be changed -->
<?define ProductShortName = "Banshee" ?>
diff --git a/configure.ac b/configure.ac
index 787c2ab..40647b0 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], [1])
-m4_define([banshee_version_micro], [1])
+m4_define([banshee_version_micro], [3])
dnl this can sometimes differ manually
-m4_define([banshee_display_version], ["2.1.1"])
+m4_define([banshee_display_version], ["2.1.3"])
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]