From: <ha...@us...> - 2003-05-27 11:34:32
|
Update of /cvsroot/decaldev/source/Include In directory sc8-pr-cvs1:/tmp/cvs-serv10256 Added Files: DecalVersion.h Log Message: Central version resource --- NEW FILE: DecalVersion.h --- // DecalVersion.h // Declaration of the Decal version resource #ifndef __DECALVERSION_H__ #define __DECALVERSION_H__ #define DECAL_MAJOR 2 #define DECAL_MINOR 5 #define DECAL_BUGFIX 0 #define DECAL_RELEASE 5 #define DECAL_VERSION_STRING "2, 5, 0, 5" #endif |