1 #ifndef VERSION_H
2 
3 #define VERSION_H
4 
5 /* pkg version */
6 char package[] = "rancid";
7 char version[] = "3.13";
8 
9 #endif
10