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

« back to all changes in this revision

Viewing changes to Docky/AssemblyInfo.cs

  • Committer: Package Import Robot
  • Author(s): Rico Tzschichholz
  • Date: 2015-09-02 19:24:34 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20150902192434-ks4830p0re3lkti6
Tags: 2.2.1.1-1
New upstream release 2.2.1.1 "Don't get your hopes too high"

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
//
39
39
// You can specify all values by your own or you can build default build and revision
40
40
// numbers with the '*' character (the default):
41
 
[assembly: AssemblyVersion("1863")]
 
41
[assembly: AssemblyVersion("1865")]
42
42
 
43
43
// The following attributes specify the key for the sign of your assembly. See the
44
44
// .NET Framework documentation for more information about signing.
50
50
{
51
51
        internal static class AssemblyInfo
52
52
        {
53
 
                public const string DisplayVersion = "2.2.1";
54
 
                public const string VersionDetails = "bzr docky r1863";
 
53
                public const string DisplayVersion = "2.2.1.1";
 
54
                public const string VersionDetails = "bzr docky r1865";
55
55
                public const string LocaleDirectory = "/usr/local/share/locale";
56
56
                public const string InstallData = "/usr/local/share";
57
57
        }