diff options
author | Alexander Kojevnikov <alexk@gnome.org> | 2012-01-19 19:24:22 +0800 |
---|---|---|
committer | Alexander Kojevnikov <alexk@gnome.org> | 2012-01-19 19:24:22 +0800 |
commit | 30e2cdd7ade4e817b7ba6ed9bba69cc83f441842 (patch) | |
tree | e3bf01703b65b4de81aab2317a6af707d7d1adbd /build/windows | |
parent | 9c668dec1c5c85bde6311e710279502d9ce641a1 (diff) |
release: Bump the version number
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 b9d0448df..9928a3564 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.3</OutputName> + <OutputName>Banshee-2.3.4</OutputName> <OutputType>Package</OutputType> <ApplicationIcon>Bitmaps\banshee.ico</ApplicationIcon> <OutputPath>.</OutputPath> diff --git a/build/windows/InstallerDefinition.wxs b/build/windows/InstallerDefinition.wxs index 24b18270f..9b8fada0c 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.3" ?> -<?define ProductVersionText = "2.3.3 - ALPHA" ?> +<?define ProductVersion = "2.3.4" ?> +<?define ProductVersionText = "2.3.4 - ALPHA" ?> <!-- Should not be changed --> <?define ProductShortName = "Banshee" ?> |