1 /* $Id$ */ 2 3 #ifndef _VERSION_H 4 #define _VERSION_H 5 6 #include "cvsdate.h" 7 8 /* basic version number */ 9 #define VER_MAJOR 1 10 #define VER_MINOR 9 11 #define VER_PATCH 0 12 #define VER_BRANCH BRANCH_CURRENT 13 14 extern char *versionStr; 15 16 #endif 17