From fe94837afc0b10eaf867156fc29eea0073ba45df Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 1 Dec 2005 16:51:22 +0000 Subject: [PATCH] bump GST_MAJORMINOR to 0.10 reset libtool version Original commit message from CVS: bump GST_MAJORMINOR to 0.10 reset libtool version --- gst-xmlinspect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-xmlinspect.py b/gst-xmlinspect.py index 30c0cf8..ea6fc47 100644 --- a/gst-xmlinspect.py +++ b/gst-xmlinspect.py @@ -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 -- 2.7.4