Update win32 config.h for 0.10.22.1 dev cycle

This commit is contained in:
Jan Schmidt 2009-01-23 23:59:48 +00:00
parent 63c9ede3d0
commit 508158f354

View file

@ -36,7 +36,7 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
#define GST_PACKAGE_NAME "GStreamer Base Plug-ins CVS/prerelease"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
@ -208,13 +208,13 @@
#define PACKAGE_NAME "GStreamer Base Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.22"
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.22.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-base"
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.10.22"
#define PACKAGE_VERSION "0.10.22.1"
/* directory where plugins are located */
#undef PLUGINDIR
@ -238,7 +238,7 @@
#undef STDC_HEADERS
/* Version number of package */
#define VERSION "0.10.22"
#define VERSION "0.10.22.1"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */