Remove spurious version numbers
authorOlivier Crête <olivier.crete@collabora.com>
Thu, 6 Oct 2016 20:32:28 +0000 (16:32 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Thu, 6 Oct 2016 20:32:28 +0000 (16:32 -0400)
manual-index.md
pwg-introduction.md
sdk-multiplatform-deployment-using-cerbero.md

index bcdc82d24952c7e183c9f7df09b102fc498b785d..2b5ad5e5c2bb91e342ed619eb4ba8bf62316a155 100644 (file)
@@ -14,7 +14,7 @@ new plugin modules. But because modularity and power often come at a
 cost of greater complexity, writing new applications is not always easy.
 
 This guide is intended to help you understand the GStreamer framework
-(version 1.9.0.1) so you can develop applications based on it. The first
+so you can develop applications based on it. The first
 chapters will focus on development of a simple audio player, with much
 effort going into helping you understand GStreamer concepts. Later
 chapters will go into more advanced topics related to media playback,
index a5a6c3298b676d16291d5560b1864e0220e36c4f..d77eabb2ddd94097d2c7222ea6cd7de225904cdc 100644 (file)
@@ -12,7 +12,7 @@ cost of greater complexity (consider, for example,
 [CORBA](http://www.omg.org/)), writing new plugins is not always easy.
 
 This guide is intended to help you understand the GStreamer framework
-(version 1.9.0.1) so you can develop new plugins to extend the existing
+ so you can develop new plugins to extend the existing
 functionality. The guide addresses most issues by following the
 development of an example plugin - an audio filter plugin - written in
 C. However, the later parts of the guide also present some issues
index 69e3d723760d55878ba92bdb11e197191d041800..726bce474dbda3645c0418b1a3eeb1f48ce5e9a8 100644 (file)
@@ -186,7 +186,6 @@ class Package(package.Package):
     shortdesc = 'GStreamer 1.0 codecs'
     longdesc = 'GStreamer 1.0 codecs'
     version = '1.9.0.1'
-    codename = 'Congo'
     url = "http://gstreamer.freedesktop.org"
     license = License.LGPL
     vendor = 'GStreamer Project'