src/rrdd.[ch]: Use package name and version from config.h.
[rrdd.git] / src / rrdd.c
index c9e5e3e..13fdc90 100644 (file)
@@ -243,7 +243,8 @@ int main (int argc, char **argv)
 {
   int status;
 
-  printf ("rrdd by Florian Forster, Version 0.1\n");
+  printf ("%s by Florian Forster, Version %s\n",
+      PACKAGE_NAME, PACKAGE_VERSION);
 
   status = daemonize ();
   if (status == 1)