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

#endif