1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-10-19 20:33:13 +08:00

preparing 2.7.0 release remove some testing traces remove some warnings

* configure.in, doc/*: preparing 2.7.0 release
* tree.c: remove some testing traces
* parser.c xmlIO.c xmlschemas.c: remove some warnings
Daniel

svn path=/trunk/; revision=3788
This commit is contained in:
Daniel Veillard
2008-08-30 15:01:04 +00:00
parent e83e93e715
commit 1572425c27
20 changed files with 132 additions and 51 deletions

View File

@@ -226,7 +226,7 @@ else:
setup (name = "libxml2-python",
# On *nix, the version number is created from setup.py.in
# On windows, it is set by configure.js
version = "2.6.32",
version = "2.7.0",
description = descr,
author = "Daniel Veillard",
author_email = "veillard@redhat.com",