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

Release of libxml2-2.7.6

* configure.in doc/xml.html: updates for release
* NEWS doc/libxml2.xsa doc/news.html python/setup.py: regenerated
This commit is contained in:
Daniel Veillard
2009-10-06 18:38:15 +02:00
parent 858084fdec
commit 96bb740e21
6 changed files with 211 additions and 145 deletions

View File

@@ -11,7 +11,7 @@ from distutils.core import setup, Extension
ROOT = r'/usr'
# Thread-enabled libxml2
with_threads = 0
with_threads = 1
# If this flag is set (windows only),
# a private copy of the dlls are included in the package.
@@ -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.5",
version = "2.7.6",
description = descr,
author = "Daniel Veillard",
author_email = "veillard@redhat.com",