diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-09-14 20:09:19 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-09-14 20:09:19 +0000 |
commit | 280e2ca67b6492fa7cd14d9b4b5fb8333e172602 (patch) | |
tree | bbb9cf62f8fa51ff1f1f3ce6f5d1bea5debe67e6 /win32 | |
parent | 4ff26a0efc520a66dda2782a69ee34577d249bb8 (diff) | |
download | gstreamer-plugins-base-280e2ca67b6492fa7cd14d9b4b5fb8333e172602.tar.gz |
releasing 0.10.10RELEASE-0_10_10
Original commit message from CVS:
releasing 0.10.10
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index 88450b677..9c1573862 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -39,7 +39,7 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Base Plug-ins CVS/prerelease" +#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" @@ -211,13 +211,13 @@ #undef PACKAGE_NAME "GStreamer Base Plug-ins" /* Define to the full name and version of this package. */ -#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.9.3" +#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.10" /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME "gst-plugins-base" /* Define to the version of this package. */ -#undef PACKAGE_VERSION "0.10.9.3" +#undef PACKAGE_VERSION "0.10.10" /* directory where plugins are located */ #undef PLUGINDIR @@ -241,7 +241,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.9.3" +#define VERSION "0.10.10" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ |