[banshee] release: Bump the version number
- From: Alexander Kojevnikov <alexk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] release: Bump the version number
- Date: Wed, 11 May 2011 13:13:39 +0000 (UTC)
commit e18f7afa91d5dbbb7eeb199dd58301967c4d6990
Author: Alexander Kojevnikov <alexk gnome org>
Date: Wed May 11 21:12:45 2011 +0800
release: Bump the version number
banshee.doap | 20 ++++++++++----------
build/windows/Installer.wixproj | 2 +-
build/windows/InstallerDefinition.wxs | 4 ++--
3 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/banshee.doap b/banshee.doap
index e744ae0..a68a91d 100644
--- a/banshee.doap
+++ b/banshee.doap
@@ -27,21 +27,21 @@
<!-- Current Releases -->
<release>
<Version>
- <name>2.0 Release</name>
- <branch>stable-2.0</branch>
- <created>2011-04-06</created>
- <revision>2.0.0</revision>
- <file-release rdf:resource="http://download.banshee.fm/banshee/stable/2.0.0/banshee-2.0.0.tar.bz2" />
+ <name>2.1.0 Release</name>
+ <branch>master</branch>
+ <created>2011-05-11</created>
+ <revision>2.1.0</revision>
+ <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/banshee/unstable/2.1.0/banshee-2.1.0.tar.bz2" />
</Version>
</release>
<release>
<Version>
- <name>1.9.6 Release</name>
- <branch>master</branch>
- <created>2011-03-24</created>
- <revision>1.9.6</revision>
- <file-release rdf:resource="http://download.banshee.fm/banshee/unstable/1.9.6/banshee-1.9.6.tar.bz2" />
+ <name>2.0 Release</name>
+ <branch>stable-2.0</branch>
+ <created>2011-04-06</created>
+ <revision>2.0.0</revision>
+ <file-release rdf:resource="http://download.banshee.fm/banshee/stable/2.0.0/banshee-2.0.0.tar.bz2" />
</Version>
</release>
diff --git a/build/windows/Installer.wixproj b/build/windows/Installer.wixproj
index 79b116c..475783a 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.0.0</OutputName>
+ <OutputName>Banshee-2.1.0</OutputName>
<OutputType>Package</OutputType>
<ApplicationIcon>Bitmaps\banshee.ico</ApplicationIcon>
<OutputPath>.</OutputPath>
diff --git a/build/windows/InstallerDefinition.wxs b/build/windows/InstallerDefinition.wxs
index 53578bc..07aa070 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.0.0" ?>
-<?define ProductVersionText = "2.0.0 - ALPHA" ?>
+<?define ProductVersion = "2.1.0" ?>
+<?define ProductVersionText = "2.1.0 - ALPHA" ?>
<!-- Should not be changed -->
<?define ProductShortName = "Banshee" ?>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]