Diff for /embedaddon/libxml2/python/setup.py between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:38:00 version 1.1.1.2, 2013/07/22 01:22:29
Line 226  else: Line 226  else:
 setup (name = "libxml2-python",  setup (name = "libxml2-python",
        # On *nix, the version number is created from setup.py.in         # On *nix, the version number is created from setup.py.in
        # On windows, it is set by configure.js         # On windows, it is set by configure.js
       version = "2.7.8",       version = "2.8.0",
        description = descr,         description = descr,
        author = "Daniel Veillard",         author = "Daniel Veillard",
        author_email = "veillard@redhat.com",         author_email = "veillard@redhat.com",

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>