openbsd-ports/games/slash/patches/patch-include_patchlevel_h
espie f9fa1eecc8 Repair slash port.
- base on nethack 3.2.2, bump to 3.3.0 will have to wait (probably better
to port slash'em instead),
- use hackdata to avoid conflicts with nethack,
- proper packaging,
- x11/no x11 flavor,
- install recover,
- change manpages to differentiate from nethack,
- grab enough TERMINFO to handle color correctly (from nethack 3.3.0)
2000-04-16 21:18:59 +00:00

17 lines
525 B
Plaintext

$OpenBSD: patch-include_patchlevel_h,v 1.1 2000/04/16 21:19:07 espie Exp $
--- include/patchlevel.h.orig Fri Apr 14 15:10:24 2000
+++ include/patchlevel.h Fri Apr 14 15:10:50 2000
@@ -2,9 +2,9 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
-/* NetHack 3.2.3 */
-#define VERSION_MAJOR 3
-#define VERSION_MINOR 2
+/* Slash */
+#define VERSION_MAJOR 4
+#define VERSION_MINOR 1
/*
* PATCHLEVEL is updated for each release.
*/