summaryrefslogtreecommitdiff
path: root/build/windows
diff options
context:
space:
mode:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2012-08-22 22:13:57 +0200
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2012-08-22 22:13:57 +0200
commit136fcbcc2e0421aba6be79306dc111fdabb3c749 (patch)
treecb8b4bb2ebcbf1138b20946841513e2b2d588ae2 /build/windows
parentad2861333244d2a19597eb05e53927a6bb90db30 (diff)
release: Bump version to 2.4.0
Diffstat (limited to 'build/windows')
-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 49a1ce8bf..8a3ddfff9 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.4.0</OutputName>
+ <OutputName>Banshee-2.5.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 fb852e612..52dca8367 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.4.0" ?>
-<?define ProductVersionText = "2.4.0 - ALPHA" ?>
+<?define ProductVersion = "2.5.0" ?>
+<?define ProductVersionText = "2.5.0 - ALPHA" ?>
<!-- Should not be changed -->
<?define ProductShortName = "Banshee" ?>