diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-09-09 16:08:06 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-09-09 16:08:06 +0000 |
commit | 4ff26a0efc520a66dda2782a69ee34577d249bb8 (patch) | |
tree | 792824aeb114bed4c97c35dfcf3ebd246f3c95fb /win32 | |
parent | 6f6129cd6d3e2d9ebc2f46b7f12c6233d08ee0a3 (diff) | |
download | gstreamer-plugins-base-4ff26a0efc520a66dda2782a69ee34577d249bb8.tar.gz |
second prerelease
Original commit message from CVS:
second prerelease
Diffstat (limited to 'win32')
-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 d33b3721b..88450b677 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -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.2" +#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.9.3" /* 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.2" +#undef PACKAGE_VERSION "0.10.9.3" /* directory where plugins are located */ #undef PLUGINDIR @@ -241,7 +241,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.9.2" +#define VERSION "0.10.9.3" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ |