~ubuntu-branches/ubuntu/karmic/sysstat/karmic

1
2
3
4
5
6
7
8
9
10
11
12
/*
 * sysstat: System performance tools for Linux
 * (C) 1999-2006 by Sebastien Godard (sysstat <at> wanadoo.fr)
 */

#ifndef _VERSION_H
#define _VERSION_H

/* sysstat version number */
#define VERSION	"VERSION_NUMBER"

#endif  /* _VERSION_H */