diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.in | 1 | ||||
-rwxr-xr-x | python/setup.py | 2 | ||||
-rw-r--r-- | python/tests/Makefile.in | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/python/Makefile.in b/python/Makefile.in index f532514..d2c06f1 100644 --- a/python/Makefile.in +++ b/python/Makefile.in @@ -178,6 +178,7 @@ RDL_LIBS = @RDL_LIBS@ READER_TEST = @READER_TEST@ RELDATE = @RELDATE@ RM = @RM@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STATIC_BINARIES = @STATIC_BINARIES@ diff --git a/python/setup.py b/python/setup.py index 191c03d..ec714e8 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.6.29", + version = "2.6.30", description = descr, author = "Daniel Veillard", author_email = "veillard@redhat.com", diff --git a/python/tests/Makefile.in b/python/tests/Makefile.in index fc1880f..f96b92d 100644 --- a/python/tests/Makefile.in +++ b/python/tests/Makefile.in @@ -140,6 +140,7 @@ RDL_LIBS = @RDL_LIBS@ READER_TEST = @READER_TEST@ RELDATE = @RELDATE@ RM = @RM@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STATIC_BINARIES = @STATIC_BINARIES@ |