www.pudn.com > COS0.0.1.rar > version.h


// COS version string
#define COS_VERSION_STR "0.0.1-pre1"

#define COS_V_MAJOR		0
#define COS_V_MINOR		0
#define COS_V_SUBVERSION	1
#define COS_V_EXTRA		"-pre1"

// unique 64-bit value for this release
//	NOTE: all src/binary packages should have a different value here
//	I will explain this idea later!
#define COS_V_UNIQUE_LO		0
#define COS_V_UNIQUE_HI		0

#define COS_V_UNIQUE_STR	"cos-0.0.1-pre1-src"