]> granicus.if.org Git - nethack/commitdiff
3.7.x saves not compatible with 3.6.x
authorPatR <rankin@nethack.org>
Thu, 6 Jun 2019 22:59:27 +0000 (15:59 -0700)
committerPatR <rankin@nethack.org>
Thu, 6 Jun 2019 22:59:27 +0000 (15:59 -0700)
include/patchlevel.h

index 45dc12e9125d8cf790182a6cd06d9e897a03a935..3d7d955803b272ad9258ab63d338934a33491ab7 100644 (file)
@@ -31,7 +31,7 @@
  * PP = patch level, ee = edit level, L = literal suffix "L",
  * with all four numbers specified as two hexadecimal digits.
  */
-#define VERSION_COMPATIBILITY 0x03060002L
+#define VERSION_COMPATIBILITY 0x03070000L
 
 /****************************************************************************/
 /* Version 3.6.x */