diff options
Diffstat (limited to 'win32/common/config.h')
-rw-r--r-- | win32/common/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index adffaec2e..ae92de3c5 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -211,13 +211,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.16" +#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.17" /* 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.16" +#define PACKAGE_VERSION "0.10.17" /* directory where plugins are located */ #undef PLUGINDIR @@ -241,7 +241,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.16" +#define VERSION "0.10.17" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ |