Skip to content

Commit df5b74a

Browse files
committed
1.7
1 parent 39d1c22 commit df5b74a

4 files changed

Lines changed: 5 additions & 9 deletions

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This file was written for release 1.6.22 of DGD, Dworkin's Game Driver.
1+
This file was written for release 1.7 of DGD, Dworkin's Game Driver.
22

33
DGD is a rewrite from scratch of the LPMud server. It runs on Windows, MacOS
44
and many versions of Unix. The source repository for DGD can be found at:

doc/Extensions

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
DGD is capable of loading kfun extensions when it starts up:
2-
3-
dgd -e kfun_module config_file
4-
5-
Alternatively, a kfun extension can be specified in the config file:
1+
A kfun module can be specified in the config file:
62

73
modules = ([ "kfun_module" : "module config" ]);
84

lpc-doc

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of DGD, https://github.com/dworkin/dgd
33
* Copyright (C) 1993-2010 Dworkin B.V.
4-
* Copyright (C) 2010-2022 DGD Authors (see the commit log for details)
4+
* Copyright (C) 2010-2023 DGD Authors (see the commit log for details)
55
*
66
* This program is free software: you can redistribute it and/or modify
77
* it under the terms of the GNU Affero General Public License as
@@ -17,4 +17,4 @@
1717
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
*/
1919

20-
# define VERSION "DGD 1.6.22"
20+
# define VERSION "DGD 1.7"

0 commit comments

Comments
 (0)