[banshee] release: Fix wording in NEWS
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] release: Fix wording in NEWS
- Date: Wed, 2 Nov 2011 19:36:40 +0000 (UTC)
commit e47c05d311a884d9fb6ba3e21323561fd1e5941d
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Wed Nov 2 20:35:34 2011 +0100
release: Fix wording in NEWS
NEWS | 2 +-
banshee.doap | 8 ++++----
build/windows/Installer.wixproj | 2 +-
build/windows/InstallerDefinition.wxs | 4 ++--
configure.ac | 6 +++---
5 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/NEWS b/NEWS
index 84e6028..1b16724 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ Banshee 2.3.1 - 2011-11-02
* DVD playback support
You can now watch your DVDs with Banshee. You can navigate in the
- DVD's using the mouse or keyboard.
+ DVD's menus using the mouse or the keyboard.
Enhancements:
diff --git a/banshee.doap b/banshee.doap
index 8b0718f..f29fc13 100644
--- a/banshee.doap
+++ b/banshee.doap
@@ -37,11 +37,11 @@
<release>
<Version>
- <name>2.1.4 Release</name>
+ <name>2.3.1 Release</name>
<branch>master</branch>
- <created>2011-09-07</created>
- <revision>2.1.4</revision>
- <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/banshee/2.1/banshee-2.1.4.tar.bz2" />
+ <created>2011-11-02</created>
+ <revision>2.3.1</revision>
+ <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/banshee/2.3/banshee-2.3.1.tar.bz2" />
</Version>
</release>
diff --git a/build/windows/Installer.wixproj b/build/windows/Installer.wixproj
index e79b50b..71a0ee5 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.3.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..2f57cb8 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.3.1" ?>
+<?define ProductVersionText = "2.3.1 - ALPHA" ?>
<!-- Should not be changed -->
<?define ProductShortName = "Banshee" ?>
diff --git a/configure.ac b/configure.ac
index 98e4de6..ba78eaa 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], [2])
-m4_define([banshee_version_micro], [0])
+m4_define([banshee_version_minor], [3])
+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.3.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]