summaryrefslogtreecommitdiff
path: root/python/setup.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-10-03 07:58:23 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-10-03 07:58:23 +0000
commit7f4547cdbd76a2931553759fb433df88b8b99452 (patch)
tree992c6e2a7e793c67daeae3c62600ae15d7f3b8c7 /python/setup.py
parent34a7fc3820e31b6987decd5a0eab862275f3c001 (diff)
downloadlibxml2-7f4547cdbd76a2931553759fb433df88b8b99452.tar.gz
preparing the release of 2.7.2 fix the Solaris portability issueLIBXML2.7.2
* configure.in doc/* NEWS: preparing the release of 2.7.2 * dict.c: fix the Solaris portability issue * parser.c: additional cleanup on #554660 fix * test/ent13 result/ent13* result/noent/ent13*: added the example in the regression test suite. * HTMLparser.c: handle leading BOM in htmlParseElement() Daniel svn path=/trunk/; revision=3799
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index 75b3a40b..50585c8a 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -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.1",
+ version = "2.7.2",
description = descr,
author = "Daniel Veillard",
author_email = "veillard@redhat.com",