diff options
author | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2012-03-19 21:19:33 +0100 |
---|---|---|
committer | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2012-03-19 21:19:33 +0100 |
commit | 4b0d4f15145291d5aaf8c857b4ef456e93b4f893 (patch) | |
tree | 5e78c159eb2780c33de8a03ae983e0f0c62d5872 /build/windows | |
parent | 72a59c7ba13cddd81c66bd82aed49b6caa34bd05 (diff) |
release: Bump version to 2.4.0
Diffstat (limited to 'build/windows')
-rw-r--r-- | build/windows/Installer.wixproj | 2 | ||||
-rw-r--r-- | build/windows/InstallerDefinition.wxs | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build/windows/Installer.wixproj b/build/windows/Installer.wixproj index cbcf7f1b7..49a1ce8bf 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.6</OutputName> + <OutputName>Banshee-2.4.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 5987ab6a3..20d12cce4 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.6" ?> -<?define ProductVersionText = "2.3.6 - ALPHA" ?> +<?define ProductVersion = "2.4.0" ?> +<?define ProductVersionText = "2.4.0 - ALPHA" ?> <!-- Should not be changed --> <?define ProductShortName = "Banshee" ?> |