13 lines
235 B
C
Executable File
13 lines
235 B
C
Executable File
/*
|
|
* sysstat: System performance tools for Linux
|
|
* (C) 1999-2009 by Sebastien Godard (sysstat <at> orange.fr)
|
|
*/
|
|
|
|
#ifndef _VERSION_H
|
|
#define _VERSION_H
|
|
|
|
/* sysstat version number */
|
|
#define VERSION "9.0.4"
|
|
|
|
#endif /* _VERSION_H */
|