fix GST_VERSION

Original commit message from CVS:
fix GST_VERSION
This commit is contained in:
Thomas Vander Stichele 2005-10-16 10:18:36 +00:00
parent 7e5c345b2d
commit 81c5d7d703
2 changed files with 2 additions and 2 deletions

View 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

View 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