Skip to content

Commit

Permalink
Version 0.2.0 "Hill Giant"
Browse files Browse the repository at this point in the history
  • Loading branch information
msearle5 committed Oct 18, 2018
1 parent be883a9 commit 7f879a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
/* NetHack may be freely redistributed. See license for details. */

/* Edited on 5/3/18 by NullCGT */
/* Edited on 13/9/18 by MikeS */
/* Edited on 13/9/18 - 18/10/18 by MikeS */

/* SliceHack 0.0.1 */
/* SliceHack 0.2.0 */
#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_MINOR 2
/*
* PATCHLEVEL is updated for each release.
*/
#define PATCHLEVEL 1
#define PATCHLEVEL 0
/*
* Incrementing EDITLEVEL can be used to force invalidation of old bones
* and save files.
Expand All @@ -34,7 +34,7 @@
* PP = patch level, ee = edit level, L = literal suffix "L",
* with all four numbers specified as two hexadecimal digits.
*/
#define VERSION_COMPATIBILITY 0x00010100L
#define VERSION_COMPATIBILITY 0x00020000L

/****************************************************************************/
/* Version 3.6.x */
Expand Down

0 comments on commit 7f879a8

Please sign in to comment.