summaryrefslogtreecommitdiffstats
path: root/include/version.h.in
blob: b2a0ff1350ae23e453c0eaf427f8bef97772b29a (plain)
1
2
3
4
5
6
7
8
9
#ifndef VERSION_H

#define VERSION_H

/* pkg version */
char package[] = "rancid";
char version[] = "2.3.2a7";

#endif