Index: config.h.in =================================================================== --- config.h.in (revision 16262) +++ config.h.in (revision 16263) @@ -187,7 +187,11 @@ #define PCB_VERSION "@/local/version@" #define PCB_REVISION "@/local/revision@" +/* Format: abccrrrrr where a, b and c are pcb-rnd version numbers and r is + the svn revision number (optional) */ +#define PCB_API_VER "@/local/apiver@" + /* Define to 1 if you have the `dmalloc' library (-ldmalloc); (memory debugging without valgrind) */ @]