1 /*****************************************************************************
2 * RRDtool 1.2.12 Copyright by Tobi Oetiker, 1997-2005
3 *****************************************************************************
4 * rrd_version Return
5 *****************************************************************************
6 * Initial version by Burton Strauss, ntopSupport.com - 5/2005
7 *****************************************************************************/
9 #include "rrd_tool.h"
11 double
12 rrd_version(void)
13 {
14 return NUMVERS;
15 }