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:
@ -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",
|
Reference in New Issue
Block a user