]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
girwriter: Write version 1.1
authorJürg Billeter <j@bitron.ch>
Mon, 12 Jul 2010 17:57:47 +0000 (19:57 +0200)
committerJürg Billeter <j@bitron.ch>
Mon, 12 Jul 2010 17:57:47 +0000 (19:57 +0200)
codegen/valagirwriter.vala

index 0c95b16a38c182cb3d85fd9eb47dc148bec0b6a1..395c567fdaa85385b0cfd147a90c96d492997b83 100644 (file)
@@ -94,7 +94,7 @@ public class Vala.GIRWriter : CodeVisitor {
 
                stream.printf ("<?xml version=\"1.0\"?>\n");
 
-               stream.printf ("<repository version=\"1.0\"");
+               stream.printf ("<repository version=\"1.1\"");
                stream.printf (" xmlns=\"http://www.gtk.org/introspection/core/1.0\"");
                stream.printf (" xmlns:c=\"http://www.gtk.org/introspection/c/1.0\"");
                stream.printf (" xmlns:glib=\"http://www.gtk.org/introspection/glib/1.0\"");