|
13 | 13 | #define SWIGPYTHON_BUILTIN |
14 | 14 | #define SWIGPYTHON_FASTPROXY |
15 | 15 |
|
16 | | -#define SWIG_name "_version" |
| 16 | +#define SWIG_name "_version_module" |
17 | 17 | /* ----------------------------------------------------------------------------- |
18 | 18 | * This section contains generic SWIG labels for method/variable |
19 | 19 | * declarations/attributes, and other compiler dependent labels. |
@@ -4011,13 +4011,13 @@ static swig_module_info swig_module = {swig_types, 10, 0, 0, 0, 0}; |
4011 | 4011 | #define SWIG_TypeQuery SWIG_Python_TypeQuery |
4012 | 4012 |
|
4013 | 4013 | /*----------------------------------------------- |
4014 | | - @(target):= _version.so |
| 4014 | + @(target):= _version_module.so |
4015 | 4015 | ------------------------------------------------*/ |
4016 | 4016 | #if PY_VERSION_HEX >= 0x03000000 |
4017 | | -# define SWIG_init PyInit__version |
| 4017 | +# define SWIG_init PyInit__version_module |
4018 | 4018 |
|
4019 | 4019 | #else |
4020 | | -# define SWIG_init init_version |
| 4020 | +# define SWIG_init init_version_module |
4021 | 4021 |
|
4022 | 4022 | #endif |
4023 | 4023 |
|
@@ -4624,11 +4624,11 @@ SWIGINTERN PyObject *_wrap_versionNumberHexString(PyObject *self, PyObject *args |
4624 | 4624 | } |
4625 | 4625 |
|
4626 | 4626 |
|
4627 | | -SWIGINTERN PyObject *_wrap_versionFull(PyObject *self, PyObject *args) { |
| 4627 | +SWIGINTERN PyObject *_wrap_version(PyObject *self, PyObject *args) { |
4628 | 4628 | PyObject *resultobj = 0; |
4629 | 4629 | char *result = 0 ; |
4630 | 4630 |
|
4631 | | - if (!SWIG_Python_UnpackTuple(args, "versionFull", 0, 0, 0)) SWIG_fail; |
| 4631 | + if (!SWIG_Python_UnpackTuple(args, "version", 0, 0, 0)) SWIG_fail; |
4632 | 4632 | { |
4633 | 4633 | try { |
4634 | 4634 | result = (char *)Exiv2::version(); |
@@ -4696,7 +4696,7 @@ static PyMethodDef SwigMethods[] = { |
4696 | 4696 | { "versionNumber", _wrap_versionNumber, METH_NOARGS, "Return the version of %Exiv2 available at runtime as an integer."}, |
4697 | 4697 | { "versionString", _wrap_versionString, METH_NOARGS, "Return the version string Example: \"0.25.0\" (major.minor.patch)"}, |
4698 | 4698 | { "versionNumberHexString", _wrap_versionNumberHexString, METH_NOARGS, "Return the version of %Exiv2 as hex string of fixed length 6."}, |
4699 | | - { "versionFull", _wrap_versionFull, METH_NOARGS, "Return the version of %Exiv2 as \"C\" string eg \"0.27.0.2\"."}, |
| 4699 | + { "version", _wrap_version, METH_NOARGS, "Return the version of %Exiv2 as \"C\" string eg \"0.27.0.2\"."}, |
4700 | 4700 | { "testVersion", _wrap_testVersion, METH_VARARGS, "\n" |
4701 | 4701 | "Test the version of the available %Exiv2 library at runtime. Return\n" |
4702 | 4702 | " true if it is the same as or newer than the passed-in version.\n" |
|
0 commit comments