]> granicus.if.org Git - nethack/commitdiff
bump EDITLEVEL
authorPatR <rankin@nethack.org>
Sun, 10 Jul 2022 22:43:49 +0000 (15:43 -0700)
committerPatR <rankin@nethack.org>
Sun, 10 Jul 2022 22:43:49 +0000 (15:43 -0700)
The most recent "simulated mouse" commit included changes to 'struct u'
that should have been accompanied by an increment in EDITLEVEL.  Do the
missing increment now.

include/patchlevel.h

index 25a3fc45c3694a6a97de84da57405df76514cd1a..99b05254e0e2661c68fc57ce52fd30e16b886332 100644 (file)
@@ -17,7 +17,7 @@
  * Incrementing EDITLEVEL can be used to force invalidation of old bones
  * and save files.
  */
-#define EDITLEVEL 60
+#define EDITLEVEL 61
 
 /*
  * Development status possibilities.