1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-22 04:01:59 +03:00

fix to adapt varaiations in the bindings fixed to have the version of the

* check-xml-test-suite.py: fix to adapt varaiations in the
  bindings
* configure.in python/setup.py python/setup.py.in: fixed to
  have the version of the python scripts automatically updated
Daniel
This commit is contained in:
Daniel Veillard
2002-03-09 10:20:00 +00:00
parent a3db2e371f
commit fa49d87f92
4 changed files with 41 additions and 10 deletions

View File

@ -105,7 +105,7 @@ if missing("MANIFEST"):
manifest.close()
setup (name = "libxml2-python",
version = "2.4.16",
version = "@LIBXML_VERSION@",
description = descr,
author = "Daniel Veillard",
author_email = "veillard@redhat.com",