OSDN Git Service

patch src/
[jnethack/source.git] / src / version.c
index 97c8d03..1e19e98 100644 (file)
@@ -2,6 +2,11 @@
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
+/* JNetHack Copyright */
+/* (c) Issei Numata, Naoki Hamada, Shigehiro Miyashita, 1994-2000  */
+/* For 3.4-, Copyright (c) SHIRAKATA Kentaro, 2002-2016            */
+/* JNetHack may be freely redistributed.  See license for details. */
+
 #include "hack.h"
 #include "dlb.h"
 #include "date.h"
  */
 #ifdef SHORT_FILENAMES
 #include "patchlev.h"
+#include "../japanese/jpatchle.h"
 #else
 #include "patchlevel.h"
+#include "../japanese/jpatchlevel.h"
 #endif
 
 #define BETA_INFO ""
@@ -49,6 +56,9 @@ doversion()
     char buf[BUFSZ];
 
     pline("%s", getversionstring(buf));
+#if 1 /*JP*/
+    pline("%s", JVERSION_ID);
+#endif
     return 0;
 }