~ubuntu-branches/ubuntu/wily/gnome-software/wily-proposed

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2014-10-18 09:12:33 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20141018091233-4qeq6sg8ywfc5z09
Tags: 3.14.1-1
* New upstream release
  - debian/control.in: Bump gtk+-3.0 build-dependency to 3.14.1
  - debian/rules: Bump plugin API version to 7

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#define GETTEXT_PACKAGE "gnome-software"
9
9
 
10
10
/* the plugin API version */
11
 
#define GS_PLUGIN_API_VERSION "6"
 
11
#define GS_PLUGIN_API_VERSION "7"
12
12
 
13
13
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
14
14
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
69
69
#define PACKAGE_NAME "gnome-software"
70
70
 
71
71
/* Define to the full name and version of this package. */
72
 
#define PACKAGE_STRING "gnome-software 3.14.0"
 
72
#define PACKAGE_STRING "gnome-software 3.14.1"
73
73
 
74
74
/* Define to the one symbol short name of this package. */
75
75
#define PACKAGE_TARNAME "gnome-software"
78
78
#define PACKAGE_URL ""
79
79
 
80
80
/* Define to the version of this package. */
81
 
#define PACKAGE_VERSION "3.14.0"
 
81
#define PACKAGE_VERSION "3.14.1"
82
82
 
83
83
/* Define to 1 if you have the ANSI C header files. */
84
84
#define STDC_HEADERS 1
85
85
 
86
86
/* Version number of package */
87
 
#define VERSION "3.14.0"
 
87
#define VERSION "3.14.1"