]> granicus.if.org Git - nethack/commitdiff
increment editlevel
authornethack.allison <nethack.allison>
Sat, 15 Apr 2006 13:40:11 +0000 (13:40 +0000)
committernethack.allison <nethack.allison>
Sat, 15 Apr 2006 13:40:11 +0000 (13:40 +0000)
That last merge update should have included this.

include/patchlevel.h

index 38063451d7ec0e118521fb09a842dd78df762ab1..e21e615836088c2b056f176e16d067b530b97773 100644 (file)
@@ -1,4 +1,4 @@
-/*     SCCS Id: @(#)patchlevel.h       3.5     2006/04/14      */
+/*     SCCS Id: @(#)patchlevel.h       3.5     2006/04/15      */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -13,7 +13,7 @@
  * Incrementing EDITLEVEL can be used to force invalidation of old bones
  * and save files.
  */
-#define EDITLEVEL      29
+#define EDITLEVEL      30
 
 #define COPYRIGHT_BANNER_A \
 "NetHack, Copyright 1985-2006"