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

#endif