diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-08-10 14:02:45 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-08-10 14:02:45 +0000 |
commit | 611a62ee5137c2095eb52305f7340f043cd6e053 (patch) | |
tree | 7b8bf95c679a1f5c243673128d0cfd1b1a596dc8 /win32 | |
parent | 7303a62de5bd0a7c6d0d797d19f7c01cdb651b2d (diff) |
bumped for prerel
Original commit message from CVS:
bumped for prerel
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 a78acb4c..9f9527fb 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -244,13 +244,13 @@ #define PACKAGE_NAME "GStreamer Good Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.3.1" +#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.3.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.3.1" +#define PACKAGE_VERSION "0.10.3.2" /* Define the plugin directory */ #ifdef _DEBUG @@ -266,7 +266,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.3.1" +#define VERSION "0.10.3.2" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ |