diff options
author | Alexander Kojevnikov <alexk@gnome.org> | 2011-05-11 21:12:45 +0800 |
---|---|---|
committer | Alexander Kojevnikov <alexk@gnome.org> | 2011-05-11 21:12:45 +0800 |
commit | e18f7afa91d5dbbb7eeb199dd58301967c4d6990 (patch) | |
tree | 9ae5ab68237c0aaaebdc3c7ed288a80def97c98e /build/windows | |
parent | 745ee0d7a2a6b2e6f0a559ba5c08400eeb67a7c1 (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 79b116c52..475783a15 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.0.0</OutputName> + <OutputName>Banshee-2.1.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 53578bcd8..07aa070fb 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.0.0" ?> -<?define ProductVersionText = "2.0.0 - ALPHA" ?> +<?define ProductVersion = "2.1.0" ?> +<?define ProductVersionText = "2.1.0 - ALPHA" ?> <!-- Should not be changed --> <?define ProductShortName = "Banshee" ?> |