diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2009-01-19 23:15:36 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2009-01-19 23:15:36 +0000 |
commit | e0237fb6e8e3583e108d81a357bd5716b6d23dce (patch) | |
tree | 3aeac0399124e955c2748e81c1b0b0af0aee0842 /win32 | |
parent | b7361dbe19c7447f358171045e2fcaabbd1c72c2 (diff) | |
download | gstreamer-plugins-bad-e0237fb6e8e3583e108d81a357bd5716b6d23dce.tar.gz |
Release 0.10.10RELEASE-0_10_10GIT_CONVERSION
Original commit message from CVS:
Release 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 bb70704cd..9aec4c19c 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -6,7 +6,7 @@ #undef ENABLE_NLS /* gettext package name */ -#define GETTEXT_PACKAGE "NULL" +#define GETTEXT_PACKAGE "gst-plugins-bad-0.10" /* PREFIX - specifically added for Windows for easier moving */ #define PREFIX "C:\\gstreamer" @@ -24,10 +24,10 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins CVS/prerelease" +#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release" /* package origin */ -#define GST_PACKAGE_ORIGIN "http://gstreamer.freedesktop.org" +#define GST_PACKAGE_ORIGIN "Unknown package origin" /* Define if the host CPU is an Alpha */ #undef HAVE_CPU_ALPHA @@ -199,7 +199,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.10.9.1" +#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). */ |