Skip to content

Commit

Permalink
1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dworkin committed Jan 8, 2023
1 parent 39d1c22 commit df5b74a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This file was written for release 1.6.22 of DGD, Dworkin's Game Driver.
This file was written for release 1.7 of DGD, Dworkin's Game Driver.

DGD is a rewrite from scratch of the LPMud server. It runs on Windows, MacOS
and many versions of Unix. The source repository for DGD can be found at:
Expand Down
6 changes: 1 addition & 5 deletions doc/Extensions
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
DGD is capable of loading kfun extensions when it starts up:

dgd -e kfun_module config_file

Alternatively, a kfun extension can be specified in the config file:
A kfun module can be specified in the config file:

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

Expand Down
2 changes: 1 addition & 1 deletion lpc-doc
Submodule lpc-doc updated 4 files
+23 −1 LICENSE
+361 −455 LPC.md
+3 −0 kfun/asn_modinv
+2 −1 kfun/asn_mult
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of DGD, https://github.com/dworkin/dgd
* Copyright (C) 1993-2010 Dworkin B.V.
* Copyright (C) 2010-2022 DGD Authors (see the commit log for details)
* Copyright (C) 2010-2023 DGD Authors (see the commit log for details)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -17,4 +17,4 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

# define VERSION "DGD 1.6.22"
# define VERSION "DGD 1.7"

0 comments on commit df5b74a

Please sign in to comment.