diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-04 14:33:23 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-04 14:37:47 +0200 |
commit | 5cdd49bf25ae8ef45fd9c95dea95363be033e703 (patch) | |
tree | f8f37f82477b3d908abb1b318921df27b6c8a5f9 /docs | |
parent | bca1463a666bfc149a5fa2cf2acaa480f15b906a (diff) |
gst: Update versioning
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 4 | ||||
-rw-r--r-- | docs/version.entities.in | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index c39680140..61240de6a 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -3,7 +3,7 @@ GST_DOC_SCANOBJ = $(top_srcdir)/common/gstdoc-scangobj ## Process this file with automake to produce Makefile.in # The name of the module, e.g. 'glib'. -#DOC_MODULE=gst-plugins-libs-@GST_MAJORMINOR@ +#DOC_MODULE=gst-plugins-libs-@GST_API_VERSION@ MODULE=gst-plugins-good DOC_MODULE=$(MODULE)-plugins diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index 35a96aa47..a539978b2 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -8,9 +8,9 @@ <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude"> <bookinfo> - <title>GStreamer Good Plugins &GST_MAJORMINOR; Plugins Reference Manual</title> + <title>GStreamer Good Plugins &GST_API_VERSION; Plugins Reference Manual</title> <releaseinfo> - for GStreamer Good Plugins &GST_MAJORMINOR; (&GST_VERSION;) + for GStreamer Good Plugins &GST_API_VERSION; (&GST_VERSION;) The latest version of this documentation can be found on-line at <ulink role="online-location" url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good/html/">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good/html/</ulink>. </releaseinfo> diff --git a/docs/version.entities.in b/docs/version.entities.in index 79a68981d..286989f56 100644 --- a/docs/version.entities.in +++ b/docs/version.entities.in @@ -1,2 +1,2 @@ -<!ENTITY GST_MAJORMINOR "@GST_MAJORMINOR@"> +<!ENTITY GST_API_VERSION "@GST_API_VERSION@"> <!ENTITY GST_VERSION "@VERSION@"> |