summaryrefslogtreecommitdiffstats
path: root/include/version.h.in
blob: 5c759afa7f5459ea1da2b88e2d8ea8eb6ccf06ff (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.2a8";

#endif