forked from pool/chocolate-doom
Jan Engelhardt
f7f6825feb
OBS-URL: https://build.opensuse.org/package/show/games/chocolate-doom?expand=0&rev=17
21 lines
783 B
Diff
21 lines
783 B
Diff
---
|
|
src/hexen/h2def.h | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: chocolate-doom-2.1.0/src/hexen/h2def.h
|
|
===================================================================
|
|
--- chocolate-doom-2.1.0.orig/src/hexen/h2def.h
|
|
+++ chocolate-doom-2.1.0/src/hexen/h2def.h
|
|
@@ -67,9 +67,9 @@
|
|
//#define HEXEN_VERSIONTEXT "DVL BETA 10 07 95" // Just an update for Romero
|
|
//#define HEXEN_VERSIONTEXT "FINAL 1.0 (10 13 95)" // Just an update for Romero
|
|
#ifdef RANGECHECK
|
|
-#define HEXEN_VERSIONTEXT "Version 1.1 +R "__DATE__" ("VER_ID")"
|
|
+#define HEXEN_VERSIONTEXT "Version 1.1 +R "" ("VER_ID")"
|
|
#else
|
|
-#define HEXEN_VERSIONTEXT "Version 1.1 "__DATE__" ("VER_ID")"
|
|
+#define HEXEN_VERSIONTEXT "Version 1.1 "" ("VER_ID")"
|
|
#endif
|
|
|
|
// all exterior data is defined here
|