~ubuntu-branches/ubuntu/trusty/gnome-do/trusty

« back to all changes in this revision

Viewing changes to Do.Interface.Linux/src/AssemblyInfo.cs

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2011-06-27 16:30:06 UTC
  • mfrom: (0.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20110627163006-1afudbxajhunnmyi
Tags: 0.8.5-1ubuntu1
* Merge from Debian unstable.  Remaining Ubuntu changes:
  + debian/patches/05_disable_resize_grips.patch.diff:
    - Disable resize handles for the Do windows.
  + debian/control:
    Bump gtk# build dep for HasResizeGrip API.
* Include 0.8.4-1 changelog entry

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
36
36
// If the build and revision are set to '*' they will be updated automatically.
37
37
 
38
 
[assembly: AssemblyVersion("0.9.0.0")]
 
38
[assembly: AssemblyVersion("0.10.0.0")]
39
39
 
40
40
// The following attributes are used to specify the signing key for the assembly, 
41
41
// if desired. See the Mono documentation for more information about signing.