#ifndef __version_h__
#define __version_h__

extern char *buildDate;
extern char *buildTime;

extern char *appVersion;

extern char *toolchain;
extern char *toolVersion;

#endif /* __version_h__ */
