~ubuntu-branches/ubuntu/raring/banshee/raring

« back to all changes in this revision

Viewing changes to src/AssemblyInfo.cs

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2011-09-21 13:54:50 UTC
  • mfrom: (6.4.18 sid)
  • Revision ID: package-import@ubuntu.com-20110921135450-uf2ypdavvqke7lu1
Tags: 2.2.0-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and recommnd u1ms and soundmenu extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod"

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
using System.Reflection;
3
3
using System.Runtime.CompilerServices;
4
4
 
5
 
[assembly: ApplicationVersion ("2.1.4", "2.1.4")]
6
 
[assembly: ApplicationBuildInformation ("git-checkout", "linux-gnu", "x86_64", "2011-09-07 21:07:38 CEST")]
 
5
[assembly: ApplicationVersion ("2.2.0", "2.2")]
 
6
[assembly: ApplicationBuildInformation ("git-checkout", "linux-gnu", "x86_64", "2011-09-19 21:54:32 CEST")]
7
7
 
8
 
[assembly: AssemblyVersion ("2.1.0.0")]
 
8
[assembly: AssemblyVersion ("2.2.0.0")]
9
9
[assembly: AssemblyTitle ("Banshee")]
10
10
[assembly: AssemblyDescription ("Banshee Media Player")]
11
11
[assembly: AssemblyCopyright ("Copyright (C) 2005-2010 Novell Inc. and others")]