~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to win32/common/config.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-09-24 16:28:50 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120924162850-0vids4lsc4ps9x15
Tags: 1.0.0-1
* New upstream stable release:
  + debian/libgstreamer.symbols:
    - Update symbols file.
  + debian/*:
    - Change remaining parts from 0.11 to 1.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
#define GST_PACKAGE_ORIGIN "Unknown package origin"
63
63
 
64
64
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
65
 
#define GST_PACKAGE_RELEASE_DATETIME "2012-09-17"
 
65
#define GST_PACKAGE_RELEASE_DATETIME "2012-09-23"
66
66
 
67
67
/* location of the installed gst-plugin-scanner */
68
68
#define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner"
337
337
#define PACKAGE_NAME "GStreamer"
338
338
 
339
339
/* Define to the full name and version of this package. */
340
 
#define PACKAGE_STRING "GStreamer 0.11.99"
 
340
#define PACKAGE_STRING "GStreamer 1.0.0"
341
341
 
342
342
/* Define to the one symbol short name of this package. */
343
343
#define PACKAGE_TARNAME "gstreamer"
346
346
#undef PACKAGE_URL
347
347
 
348
348
/* Define to the version of this package. */
349
 
#define PACKAGE_VERSION "0.11.99"
 
349
#define PACKAGE_VERSION "1.0.0"
350
350
 
351
351
/* directory where plugins are located */
352
352
#ifdef _DEBUG
380
380
#undef USE_POISONING
381
381
 
382
382
/* Version number of package */
383
 
#define VERSION "0.11.99"
 
383
#define VERSION "1.0.0"
384
384
 
385
385
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
386
386
   significant byte first (like Motorola and SPARC, unlike Intel). */