diff --git a/win32/common/config.h b/win32/common/config.h index 1c4b717020..ba87e88e75 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -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). */