X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=bindings%2Fpython%2Frrdtoolmodule.c;h=a2647b50f788f908e44571625581e617ce3a6ef3;hp=8eba8f928b7e31167406da0e19e0152a85916b58;hb=c3d19fcc2618e9ab67067b4145eef9ba00bd6e72;hpb=964a85b0ad6ce0954d2a83d54393ae094e41970f diff --git a/bindings/python/rrdtoolmodule.c b/bindings/python/rrdtoolmodule.c index 8eba8f9..a2647b5 100644 --- a/bindings/python/rrdtoolmodule.c +++ b/bindings/python/rrdtoolmodule.c @@ -37,7 +37,9 @@ # define UNUSED(x) x #endif -static const char *__version__ = "$Revision: 1.14 $"; + +#include "../../rrd_config.h" +static const char *__version__ = PACKAGE_VERSION; #include "Python.h" #include "../../src/rrd_tool.h"