File: version.in

package info (click to toggle)
sysstat 12.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 21,156 kB
  • sloc: ansic: 49,310; sh: 1,388; xml: 1,285; makefile: 768; tcl: 756; python: 277; perl: 257
file content (16 lines) | stat: -rw-r--r-- 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * sysstat: System performance tools for Linux
 * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
 */

#ifndef _VERSION_H
#define _VERSION_H

#ifndef TEST
/* sysstat version number */
#define VERSION	"@PACKAGE_VERSION@"
#else
#define VERSION "99.9.9"
#endif	/* TEST */

#endif  /* _VERSION_H */