~ubuntu-branches/ubuntu/saucy/gst0.10-python/saucy

« back to all changes in this revision

Viewing changes to win32/common/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2011-01-22 14:16:57 UTC
  • mfrom: (1.3.5 upstream) (18.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110122141657-zbk0crefw35s69d6
Tags: 0.10.21-1
* New upstream stable release, "She used to be an ironhorse, twenty years ago".
  + debian/control:
    - Require GStreamer core/base >= 0.10.32.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
#define PACKAGE_NAME "GStreamer Python Bindings"
62
62
 
63
63
/* Define to the full name and version of this package. */
64
 
#define PACKAGE_STRING "GStreamer Python Bindings 0.10.19"
 
64
#define PACKAGE_STRING "GStreamer Python Bindings 0.10.21"
65
65
 
66
66
/* Define to the one symbol short name of this package. */
67
67
#define PACKAGE_TARNAME "gst-python"
68
68
 
69
69
/* Define to the version of this package. */
70
 
#define PACKAGE_VERSION "0.10.19"
 
70
#define PACKAGE_VERSION "0.10.21"
71
71
 
72
72
/* PyGst major version */
73
73
#define PYGST_MAJOR_VERSION 0
74
74
 
75
75
/* PyGst micro version */
76
 
#define PYGST_MICRO_VERSION 19
 
76
#define PYGST_MICRO_VERSION 21
77
77
 
78
78
/* PyGst minor version */
79
79
#define PYGST_MINOR_VERSION 10
85
85
#undef STDC_HEADERS
86
86
 
87
87
/* Version number of package */
88
 
#define VERSION "0.10.19"
 
88
#define VERSION "0.10.21"