Correct nsversion for GIRepository
authorColin Walters <walters@src.gnome.org>
Fri, 14 Nov 2008 03:41:40 +0000 (03:41 +0000)
committerColin Walters <walters@src.gnome.org>
Fri, 14 Nov 2008 03:41:40 +0000 (03:41 +0000)
svn path=/trunk/; revision=922

gir/Makefile.am

index 6b48b31..40599ac 100644 (file)
@@ -119,7 +119,7 @@ GIREPOSITORY_FILES = \
 
 GIRepository-2.0.gir: GObject-2.0.gir $(SCANNER_BIN) $(SCANNER_LIBS) $(GIREPOSITORY_FILES)
        $(SCANNER) \
-           --namespace GIRepository --nsversion=1.0\
+           --namespace GIRepository --nsversion=2.0 \
            --noclosure \
            --output $@ \
            --strip-prefix=g \