[banshee] Bump version to 2.0.0



commit f0ff7d8cf054e2f1b87b573c89004c6fa6312a02
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Sun Apr 3 13:40:44 2011 -0500

    Bump version to 2.0.0
    
    Except banshee.doap - not sure if that would affect l10n.gnome.org.

 build/windows/Installer.wixproj       |    2 +-
 build/windows/InstallerDefinition.wxs |    4 ++--
 configure.ac                          |    8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/build/windows/Installer.wixproj b/build/windows/Installer.wixproj
index dc60022..79b116c 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 fd5e4fb..c129c5d 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 f5442ca..9cf495c 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])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]