summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3778aa5)
raw | patch | inline | side by side (parent: 3778aa5)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 7 Aug 2009 06:04:59 +0000 (06:04 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 7 Aug 2009 06:04:59 +0000 (06:04 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1879 a5681a0c-68f1-0310-ab6d-d61299d08faa
bindings/python/rrdtoolmodule.c | patch | blob | history |
index 2df98066f140af33fe63798cd4dea54019ebee0b..e2d0bbd5e5142ecce9aeec2b7a592d691eab419e 100644 (file)
# 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"