fix GST_VERSION
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 16 Oct 2005 10:18:36 +0000 (10:18 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 16 Oct 2005 10:18:36 +0000 (10:18 +0000)
Original commit message from CVS:
fix GST_VERSION

win32/common/config.h
win32/common/config.h.in

index 2f69c97..f722a59 100644 (file)
@@ -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
index 4d74b08..bec367f 100644 (file)
@@ -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