1/*
2 * sysstat: System performance tools for Linux
3 * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
4 */
5
6#ifndef _VERSION_H
7#define _VERSION_H
8
9/* sysstat version number */
10#define VERSION	"10.1.1"
11
12#endif  /* _VERSION_H */
13