summaryrefslogtreecommitdiff
path: root/build/windows
diff options
context:
space:
mode:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2012-03-07 22:41:51 +0100
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2012-03-07 22:41:51 +0100
commit4217d2acbaa22c4c8ba72a4a5808cf5fd62febe4 (patch)
tree31ca682ba78eca883dc13e5604881cc14b2b30b5 /build/windows
parent6c787035ccd5ffc58a7e6504968ae0dba8bc982a (diff)
release: Bump version to 2.3.6
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 18ce7ba08..cbcf7f1b7 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.3.5</OutputName>
+ <OutputName>Banshee-2.3.6</OutputName>
<OutputType>Package</OutputType>
<ApplicationIcon>Bitmaps\banshee.ico</ApplicationIcon>
<OutputPath>.</OutputPath>
diff --git a/build/windows/InstallerDefinition.wxs b/build/windows/InstallerDefinition.wxs
index 7f371c97a..5987ab6a3 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.3.5" ?>
-<?define ProductVersionText = "2.3.5 - ALPHA" ?>
+<?define ProductVersion = "2.3.6" ?>
+<?define ProductVersionText = "2.3.6 - ALPHA" ?>
<!-- Should not be changed -->
<?define ProductShortName = "Banshee" ?>