Play-/Source/AppDef.h
jpd002 8ed169d9af Play! - Version 0.30
git-svn-id: http://svn.purei.org/purei/trunk@768 b36208d7-6611-0410-8bec-b1987f11c4a2
2011-06-01 01:52:50 +00:00

11 lines
213 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("Play!")
#define APP_VERSION (30)
#define APP_VERSIONSTR _T("0.30")
#endif