Code

patches: Added bts625631-gcc4.5, fixing an compiler issue when using GCC 4.5.
[pkg-rrdtool.git] / src / rrd_version.c
1 /*****************************************************************************
2  * RRDtool 1.4.3  Copyright by Tobi Oetiker, 1997-2010
3  *****************************************************************************
4  * rrd_version Return
5  *****************************************************************************
6  * Initial version by Burton Strauss, ntopSupport.com - 5/2005
7  *****************************************************************************/
9 #include "rrd_tool.h"
11 double rrd_version(
12     void)
13 {
14     return NUMVERS;
15 }
17 char     *rrd_strversion(
18     void)
19 {
20     return PACKAGE_VERSION;
21 }