File: version.h.in

package info (click to toggle)
acct 6.5.5-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,824 kB
  • sloc: ansic: 14,236; sh: 10,666; cpp: 290; makefile: 184
file content (12 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
/* version.h.in
 *
 * some defines to give version numbers to all of these programs.
 *
 */

#ifndef VERSION_H
#define VERSION_H

#define VERSION_STRING "@VERSION@"

#endif /* VERSION_H */