~midori/midori/trunk

« back to all changes in this revision

Viewing changes to extensions/cookie-manager/main.c

  • Committer: Christian Dywan
  • Date: 2011-11-08 00:53:53 UTC
  • Revision ID: git-v1:c5e6b7a020b2927afb2862cfe575fd59f0e79740
Show mismatching build version suffix for extensions

MIDORI_VERSION_SUFFIX resolves to a string that needs to be
added to each extension's version at build time. If it is
different than the running Midori's, it is shown in the
extension list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        MidoriExtension *extension = g_object_new(MIDORI_TYPE_EXTENSION,
35
35
                "name", _("Cookie Manager"),
36
36
                "description", _("List, view and delete cookies"),
37
 
                "version", "0.2",
 
37
                "version", "0.2" MIDORI_VERSION_SUFFIX,
38
38
                "authors", "Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>",
39
39
                NULL);
40
40