X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fpython-systemd%2Fid128.c;h=ec1d9fb4a2b530d6d7929bd0cf07356c40219108;hp=1c2fe5dd0b2fa4cc62d8f16f18e07b493d289b77;hb=925d98b3441881bad3a459cb5f7f3785bab40b5c;hpb=7fd1b19bc9e9f5574f2877936b8ac267c7706947 diff --git a/src/python-systemd/id128.c b/src/python-systemd/id128.c index 1c2fe5dd0..ec1d9fb4a 100644 --- a/src/python-systemd/id128.c +++ b/src/python-systemd/id128.c @@ -19,8 +19,6 @@ along with systemd; If not, see . ***/ -#include - #include #include @@ -126,6 +124,7 @@ PyMODINIT_FUNC initid128(void) { #define JOINER ; #include "id128-constants.h" #undef JOINER + PyModule_AddStringConstant(m, "__version__", PACKAGE_VERSION); } #else @@ -149,7 +148,7 @@ PyMODINIT_FUNC PyInit_id128(void) { #define JOINER || #include "id128-constants.h" #undef JOINER - false) { + PyModule_AddStringConstant(m, "__version__", PACKAGE_VERSION)) { Py_DECREF(m); return NULL; }