1: # include "../version.h" 2: 3:/* 4:** VERSION.C -- define the current version 5:** 6:** This just factors out the current version into one file 7:** to make releases easier. 8:*/ 9: 10:char Version[] = VERSION;
11:char Rel_date[] = REL_DATE;
12:char Mod_date[] = MOD_DATE;