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

#define VERSION_H

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

#endif