diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-07-12 09:45:38 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-07-12 09:46:11 +0200 |
commit | 1e7b3a8c9e0783acd34304f41dc35f277d9f64f2 (patch) | |
tree | 9cc65413dcc3f391af2ba669e60fafabb459de0e /win32/common | |
parent | b5f938faab214c336b6f04d01f2328dbf5f6b56c (diff) | |
download | gstreamer-plugins-bad-1e7b3a8c9e0783acd34304f41dc35f277d9f64f2.tar.gz |
Release 1.1.2
Oops... should've been part of 1.1.2 tag already :(
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 d39e3b102..594ec10e3 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -24,7 +24,7 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git" +#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" @@ -199,7 +199,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "1.1.1.1" +#define VERSION "1.1.2" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ |