diff options
author | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2011-11-02 20:35:34 +0100 |
---|---|---|
committer | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2011-11-02 20:35:34 +0100 |
commit | e47c05d311a884d9fb6ba3e21323561fd1e5941d (patch) | |
tree | a3a3e67c1d79e01c28098d41ffbd5029c5beb38f /build/windows | |
parent | 7006926b3a69b867540269b53fa402a474371993 (diff) |
release: Fix wording in NEWS
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 e79b50b71..71a0ee577 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.2.0</OutputName> + <OutputName>Banshee-2.3.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 23ddd0f51..2f57cb80f 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.2.0" ?> -<?define ProductVersionText = "2.2.0 - ALPHA" ?> +<?define ProductVersion = "2.3.1" ?> +<?define ProductVersionText = "2.3.1 - ALPHA" ?> <!-- Should not be changed --> <?define ProductShortName = "Banshee" ?> |