~ubuntu-branches/ubuntu/wily/docky/wily-proposed

« back to all changes in this revision

Viewing changes to Docky/AssemblyInfo.cs

  • Committer: Bazaar Package Importer
  • Author(s): Mirco Bauer
  • Date: 2010-09-05 14:06:40 UTC
  • mfrom: (1.1.6 upstream) (9.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100905140640-im9ljgthb3e1lfi7
Tags: 2.0.6-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
//
47
47
// You can specify all values by your own or you can build default build and revision
48
48
// numbers with the '*' character (the default):
49
 
[assembly: AssemblyVersion("1336")]
 
49
[assembly: AssemblyVersion("1354")]
50
50
 
51
51
// The following attributes specify the key for the sign of your assembly. See the
52
52
// .NET Framework documentation for more information about signing.
58
58
{
59
59
        internal static class AssemblyInfo
60
60
        {
61
 
                public const string DisplayVersion = "2.0.5";
62
 
                public const string VersionDetails = "bzr docky-2.0 r1336";
 
61
                public const string DisplayVersion = "2.0.6";
 
62
                public const string VersionDetails = "bzr docky-2.0 r1354";
63
63
                public const string LocaleDirectory = "/usr/share/locale";
64
64
                public const string InstallData = "/usr/share";
65
65
        }