#ifndef _version_h__ #define _version_h__ #include <avr/pgmspace.h> extern const char *g_version; extern const char g_signature[] PROGMEM; #endif // _version_h__