bump GST_MAJORMINOR to 0.10 reset libtool version
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 1 Dec 2005 16:51:22 +0000 (16:51 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 1 Dec 2005 16:51:22 +0000 (16:51 +0000)
Original commit message from CVS:
bump GST_MAJORMINOR to 0.10
reset libtool version

gst-xmlinspect.py

index 30c0cf8..ea6fc47 100644 (file)
@@ -9,7 +9,7 @@ used as part of the plugin documentation build
 import sys
 import os
 import pygst
-pygst.require('0.9')
+pygst.require('0.10')
 import gst
 
 INDENT_SIZE = 2