diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2010-12-06 17:54:04 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2010-12-06 17:54:04 +0100 |
commit | 60d8056b83ddbf165e2bd26780f04e3adbe38eac (patch) | |
tree | 2ef8d1e70029736ff07cd4e4d86fcbee879fcb96 /win32/common | |
parent | 9e9b752889e1a5601ddb0456ebe30791be59d8e6 (diff) | |
download | gstreamer-plugins-bad-60d8056b83ddbf165e2bd26780f04e3adbe38eac.tar.gz |
config: update config
Diffstat (limited to 'win32/common')
-rw-r--r-- | win32/common/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index d49c056a7..dd84f004b 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -6,7 +6,7 @@ #undef ENABLE_NLS /* gettext package name */ -#define GETTEXT_PACKAGE "gst-plugins-bad-0.10" +#define GETTEXT_PACKAGE "gst-plugins-bad-0.11" /* PREFIX - specifically added for Windows for easier moving */ #define PREFIX "C:\\gstreamer" @@ -199,7 +199,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.10.20.1" +#define VERSION "0.11.0.1" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ |