diff options
Diffstat (limited to 'win32/common/config.h')
-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). */ |