~macslow/notify-osd/fix-fractional-point-size

« back to all changes in this revision

Viewing changes to src/stack.c

  • Committer: Mirco Müller
  • Date: 2009-09-09 22:42:11 UTC
  • mfrom: (388.1.2 bump-spec-version)
  • Revision ID: mirco.mueller@ubuntu.com-20090909224211-eoprifs9dhwudeab
Merged Aurélien's spec-version bump branch (to from 0.10 to 1.1) to trunk
with updated unit-tests for dbus and libnotify.

Show diffs side-by-side

added added

removed removed

Lines of Context:
830
830
        *out_name     = g_strdup ("notify-osd");
831
831
        *out_vendor   = g_strdup ("Canonical Ltd");
832
832
        *out_version  = g_strdup ("1.0");
833
 
        *out_spec_ver = g_strdup ("0.10");
 
833
        *out_spec_ver = g_strdup ("1.1");
834
834
 
835
835
        return TRUE;
836
836
}