#ifndef __VERSION_H__ #define __VERSION_H__ /* duplication is OK here */ static const char xmlppm_suffix[] = ".xpm"; static const char xmlppm_magic[] = "xppm"; static unsigned char xmlppm_version = 98; static const char xmlppm_authors[] = "James Cheney"; #endif