~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: 2012-09-30 23:52:25 UTC
  • mfrom: (1.2.23) (6.3.26 experimental)
  • Revision ID: package-import@ubuntu.com-20120930235225-cfjm36x1xjx6mim5
Tags: 2.6.0-1ubuntu1
* [f84d118] Merge from Debian Experimental, remaining changes:
  - Enable and recommend SoundMenu and Disable NotificationArea by default
  - Disable boo and karma extensions
  - Move desktop file for Meego UI to /usr/share/une/applications
  - Change the url for the Amazon store redirector
  - [9b356d6] Add workaround for set_Height exception.
  - [ccbcbbd] Make Banshee translatable in Launchpad

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.5.1", "2.5.1")]
6
 
[assembly: ApplicationBuildInformation ("git-checkout", "linux-gnu", "x86_64", "2012-09-13 21:19:33 CEST")]
 
5
[assembly: ApplicationVersion ("2.6.0", "2.6")]
 
6
[assembly: ApplicationBuildInformation ("git-checkout", "linux-gnu", "x86_64", "2012-09-29 16:59:18 CEST")]
7
7
 
8
 
[assembly: AssemblyVersion ("2.5.0.0")]
 
8
[assembly: AssemblyVersion ("2.6.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")]