summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2012-09-13 21:01:49 +0200
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2012-09-13 21:03:57 +0200
commit15b30276d905bbd4bf1e74fb9c669e959b08eca7 (patch)
tree0ac2dc41567f916895fc4432c636615a0b0cf44a /build
parentcb4e2d7376e7b55f209314e6c653eac3b1babb24 (diff)
release: Bump version to 2.5.1
Diffstat (limited to 'build')
-rw-r--r--build/windows/Installer.wixproj2
-rw-r--r--build/windows/InstallerDefinition.wxs4
2 files changed, 3 insertions, 3 deletions
diff --git a/build/windows/Installer.wixproj b/build/windows/Installer.wixproj
index 8a3ddfff9..d49b0e48c 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 52dca8367..ba9f9d53e 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" ?>