From 81c5d7d703b2753ca819dc2dbd5689b7e4df6f78 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 16 Oct 2005 10:18:36 +0000 Subject: [PATCH] fix GST_VERSION Original commit message from CVS: fix GST_VERSION --- win32/common/config.h | 2 +- win32/common/config.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/common/config.h b/win32/common/config.h index 2f69c97a5c..f722a59283 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -33,7 +33,7 @@ #define GST_PACKAGE_NAME "GStreamer CVS/prerelease" /* Define the version */ -#define GST_VERSION 0.9.3.1 +#define GST_VERSION "0.9.3.1" /* Define if the host CPU is an Alpha */ #undef HAVE_CPU_ALPHA diff --git a/win32/common/config.h.in b/win32/common/config.h.in index 4d74b085ef..bec367f11d 100644 --- a/win32/common/config.h.in +++ b/win32/common/config.h.in @@ -33,7 +33,7 @@ #define GST_PACKAGE_NAME "@GST_PACKAGE_NAME@" /* Define the version */ -#define GST_VERSION @GST_VERSION@ +#define GST_VERSION "@GST_VERSION@" /* Define if the host CPU is an Alpha */ #undef HAVE_CPU_ALPHA