free config_pid_file after using it for the last time ... Else, the daemon might...
[rrdtool.git] / src / rrd_version.c
1 /*****************************************************************************
2  * RRDtool 1.3.2  Copyright by Tobi Oetiker, 1997-2008
3  *****************************************************************************
4  * rrd_version Return
5  *****************************************************************************
6  * Initial version by Burton Strauss, ntopSupport.com - 5/2005
7  *****************************************************************************/
8
9 #include "rrd_tool.h"
10
11 double rrd_version(
12     void)
13 {
14     return NUMVERS;
15 }
16
17 char     *rrd_strversion(
18     void)
19 {
20     return PACKAGE_VERSION;
21 }