- bux fixes in XPath implementation
- fixed xml-config --version
- updated TODO

Daniel
diff --git a/xml-config.in b/xml-config.in
index be9fe53..82c0cd1 100644
--- a/xml-config.in
+++ b/xml-config.in
@@ -44,7 +44,7 @@
 	;;
 
     --version)
-	echo @PACKAGE@ @VERSION@
+	echo @VERSION@
 	exit 0
 	;;