mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
fix GST_VERSION
Original commit message from CVS: fix GST_VERSION
This commit is contained in:
parent
7e5c345b2d
commit
81c5d7d703
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue