diff options
author | Gabriel Burt <gabriel.burt@gmail.com> | 2011-04-03 13:40:44 -0500 |
---|---|---|
committer | Gabriel Burt <gabriel.burt@gmail.com> | 2011-04-03 13:40:44 -0500 |
commit | f0ff7d8cf054e2f1b87b573c89004c6fa6312a02 (patch) | |
tree | dd4ce347bab6366aceb55f8fd0a5b308efd76031 | |
parent | 0f4c0fb98e07a95419c67d20d4aecbb66e703908 (diff) |
Bump version to 2.0.0
Except banshee.doap - not sure if that would affect l10n.gnome.org.
-rw-r--r-- | build/windows/Installer.wixproj | 2 | ||||
-rw-r--r-- | build/windows/InstallerDefinition.wxs | 4 | ||||
-rw-r--r-- | configure.ac | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/build/windows/Installer.wixproj b/build/windows/Installer.wixproj index dc600220c..79b116c52 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-1.9.6</OutputName> + <OutputName>Banshee-2.0.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 fd5e4fb7b..c129c5d59 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 = "1.9.6" ?> -<?define ProductVersionText = "1.9.6 - ALPHA" ?> +<?define ProductVersion = "2.0.0" ?> +<?define ProductVersionText = "2.0.0 - ALPHA" ?> <!-- Should not be changed --> <?define ProductShortName = "Banshee" ?> diff --git a/configure.ac b/configure.ac index f5442ca12..9cf495cd9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ dnl Granularly define the version components dnl Remember to also update the Display Version -m4_define([banshee_version_major], [1]) -m4_define([banshee_version_minor], [9]) -m4_define([banshee_version_micro], [6]) +m4_define([banshee_version_major], [2]) +m4_define([banshee_version_minor], [0]) +m4_define([banshee_version_micro], [0]) dnl this can sometimes differ manually -m4_define([banshee_display_version], ["1.9.6"]) +m4_define([banshee_display_version], ["2.0"]) dnl set to 0 when doing an official release m4_define([banshee_version_pre_release], [0]) |