dxx-rebirth/d2x-rebirth/main/vers_id.c
Kp a4277df58f Merge branch 'unify-d2x-rebirth' into unify
Conflicts:
	SConstruct
	common/include/editor/editor.h
	d2x-rebirth/editor/ehostage.c
	d2x-rebirth/include/d_glob.h
	d2x-rebirth/include/d_io.h
	d2x-rebirth/main/desc_id.h
	d2x-rebirth/main/gamestat.h
	d2x-rebirth/main/link.bat
2013-03-31 17:24:44 +00:00

9 lines
240 B
C

#include "vers_id.h"
#ifndef DESCENT_VERSION_EXTRA
#define DESCENT_VERSION_EXTRA "v" VERSION
#endif
const char g_descent_version[40] = "D2X-Rebirth " DESCENT_VERSION_EXTRA;
const char g_descent_build_datetime[20] = __DATE__ " " __TIME__;