diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-07-31 22:15:17 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-07-31 22:15:17 +0000 |
commit | e020883ae767c09a646db06115a2aa6e49c657ce (patch) | |
tree | d5a415fe6ec4e40ca27e8d7a0710ea513631475a /win32 | |
parent | eb136ada33cab5f44eb5322ca275d04779a9232d (diff) | |
download | gst-plugins-bad-e020883ae767c09a646db06115a2aa6e49c657ce.tar.gz gst-plugins-bad-e020883ae767c09a646db06115a2aa6e49c657ce.tar.bz2 gst-plugins-bad-e020883ae767c09a646db06115a2aa6e49c657ce.zip |
Release 0.10.8RELEASE-0_10_8
Original commit message from CVS:
Release 0.10.8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index 4452ca54..87e75d36 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -14,9 +14,6 @@ /* Location of registry */ #define GST_CACHE_DIR PREFIX "\\var\\cache" -/* macro to use to show function name */ -#undef GST_FUNCTION - /* Defined if gcov is enabled to force a rebuild due to config.h changing */ #undef GST_GCOV_ENABLED @@ -202,7 +199,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.10.7" +#define VERSION "0.10.8" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ |