~ubuntu-branches/ubuntu/trusty/gdk-pixbuf/trusty-proposed

« back to all changes in this revision

Viewing changes to gdk-pixbuf/gdk-pixbuf-features.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-30 09:01:26 UTC
  • mfrom: (1.1.12) (1.2.11 experimental)
  • Revision ID: package-import@ubuntu.com-20120330090126-tz72bixe1c6r3gj9
Tags: 2.26.0-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#ifndef GDK_PIXBUF_FEATURES_H
6
6
#define GDK_PIXBUF_FEATURES_H 1
7
7
 
 
8
#include <glib.h>
 
9
 
8
10
/**
9
11
 * SECTION:initialization_versions
10
12
 * @Short_description: 
42
44
 */
43
45
 
44
46
#define GDK_PIXBUF_MAJOR (2)
45
 
#define GDK_PIXBUF_MINOR (24)
46
 
#define GDK_PIXBUF_MICRO (1)
47
 
#define GDK_PIXBUF_VERSION "2.24.1"
 
47
#define GDK_PIXBUF_MINOR (26)
 
48
#define GDK_PIXBUF_MICRO (0)
 
49
#define GDK_PIXBUF_VERSION "2.26.0"
48
50
 
49
51
/* We prefix variable declarations so they can
50
52
 * properly get exported/imported from Windows DLLs.