summaryrefslogtreecommitdiffstats
path: root/include/version.h
blob: 0e45f499847c30a2462c7b0b8f4cb50b80a02347 (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";

#endif