[banshee] build: Bump the version number



commit 76ada3c198aa37587e088d0ca5d1db9e8cc8d78d
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date:   Thu Mar 24 09:50:12 2011 +0800

    build: Bump the version number

 banshee.doap                          |    8 ++++----
 build/windows/Installer.wixproj       |    2 +-
 build/windows/InstallerDefinition.wxs |    4 ++--
 build/windows/build-installer.js      |    2 +-
 configure.ac                          |    4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/banshee.doap b/banshee.doap
index 95995bd..d0ac34d 100644
--- a/banshee.doap
+++ b/banshee.doap
@@ -30,11 +30,11 @@
 
   <release>
     <Version>
-      <name>1.9.5 Release</name>
+      <name>1.9.6 Release</name>
       <branch>master</branch>
-      <created>2011-03-09</created>
-      <revision>1.9.5</revision>
-      <file-release rdf:resource="http://download.banshee.fm/banshee/unstable/1.9.5/banshee-1-1.9.5.tar.bz2"; />
+      <created>2011-03-24</created>
+      <revision>1.9.6</revision>
+      <file-release rdf:resource="http://download.banshee.fm/banshee/unstable/1.9.6/banshee-1.9.6.tar.bz2"; />
     </Version>
   </release>
 
diff --git a/build/windows/Installer.wixproj b/build/windows/Installer.wixproj
index 38d0b16..dc60022 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.5</OutputName>
+    <OutputName>Banshee-1.9.6</OutputName>
     <OutputType>Package</OutputType>
     <ApplicationIcon>Bitmaps\banshee.ico</ApplicationIcon>
     <OutputPath>.</OutputPath>
diff --git a/build/windows/InstallerDefinition.wxs b/build/windows/InstallerDefinition.wxs
index 9739108..fd5e4fb 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.5" ?>
-<?define ProductVersionText = "1.9.5 - ALPHA" ?>
+<?define ProductVersion = "1.9.6" ?>
+<?define ProductVersionText = "1.9.6 - ALPHA" ?>
 
 <!-- Should not be changed -->
 <?define ProductShortName = "Banshee" ?>
diff --git a/build/windows/build-installer.js b/build/windows/build-installer.js
index e619972..fd581d6 100644
--- a/build/windows/build-installer.js
+++ b/build/windows/build-installer.js
@@ -32,7 +32,7 @@ heatDir ("etc");
 heatDir ("lib");
 heatDir ("share");
 
-// Create the installer, will be outputted to Banshee-1.9.3.msi in build/windows/
+// Create the installer, will be outputted to Banshee-1.9.6.msi in build/windows/
 build ("Installer.wixproj")
 WScript.Echo ("Setup successfully generated");
 
diff --git a/configure.ac b/configure.ac
index a718199..abb28ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,10 +2,10 @@ 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], [5])
+m4_define([banshee_version_micro], [6])
 
 dnl this can sometimes differ manually
-m4_define([banshee_display_version], ["1.9.5"])
+m4_define([banshee_display_version], ["1.9.6"])
 
 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]