Play-/tools/ElfView/Source/AppDef.h
jpd002 0a333d80e8 ElfView v1.10
git-svn-id: http://svn.purei.org/purei/trunk@847 b36208d7-6611-0410-8bec-b1987f11c4a2
2012-01-30 01:52:11 +00:00

10 lines
219 B
C

#ifndef _APPDEF_H_
#define _APPDEF_H_
//Don't put tabs here since it will screw up the installer package
#define APP_NAME _T("Elf Viewer")
#define APP_VERSION (110)
#define APP_VERSIONSTR _T("1.10")
#endif