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

Release of libxml2-2.7.4

* configure.in: new version
* libxml.spec.in: cleanup
* xmlregexp.c: fix a comment
* doc/apibuild.py: update
* doc/*: regenerate everything
This commit is contained in:
Daniel Veillard
2009-09-10 18:23:39 +02:00
parent d87c5d1c4f
commit 293416828e
29 changed files with 393 additions and 116 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.7.3",
version = "2.7.4",
description = descr,
author = "Daniel Veillard",
author_email = "veillard@redhat.com",