X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fbindings%2Fpython%2Frrdtoolmodule.c;h=e2d0bbd5e5142ecce9aeec2b7a592d691eab419e;hb=8a4e4aa279c9ec19c0a26a12bff245a06ff63d98;hp=2df98066f140af33fe63798cd4dea54019ebee0b;hpb=1f29511988adcff7fb4566779d4c77cd5d04c51d;p=rrdtool-all.git diff --git a/program/bindings/python/rrdtoolmodule.c b/program/bindings/python/rrdtoolmodule.c index 2df98066..e2d0bbd5 100644 --- a/program/bindings/python/rrdtoolmodule.c +++ b/program/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"