#ifndef __VERSION_H__ #define __VERSION_H__ #define VERSION_STRING "1.0" #define VERSION_NUMBER (100) #endif