summaryrefslogtreecommitdiffstats
path: root/include/version.h
blob: 910c6875378e82ff0b7a7ee24c92ce9e7e7843a7 (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.2a9";

#endif