Skip to content

Commit

Permalink
Bumped version to 7.1. (#690)
Browse files Browse the repository at this point in the history
Added 'man propqueues' change to release notes.
Fixed minor typo.
  • Loading branch information
wyld-sw authored May 4, 2023
1 parent 29493ca commit 14f0f5a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions docs/changesfb7
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Other changes
Log messages for player creation and connection are now more detailed.
@clone and COPYOBJ now only copy hidden properties in Wizard contexts.
Manual @dumps now report a completion message to the requesting player.
Listener documentation has evolved into the general 'man propqueues'.


2.2Muck7.00
Expand Down
2 changes: 1 addition & 1 deletion docs/help.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MUCK Reference Manual for Muck2.2fb7.00
MUCK Reference Manual for Muck2.2fb7.10
by Revar Desmera <revar@belfry.com>

You may get a listing of topics that you can get help on, either sorted
Expand Down
4 changes: 2 additions & 2 deletions docs/man.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MUF Reference Manual for Muck2.2fb7.00
MUF Reference Manual for Muck2.2fb7.10
by Revar Desmera <revar@belfry.com>

You may get a listing of topics that you can get help on, either sorted
Expand Down Expand Up @@ -532,7 +532,7 @@ is run normally (i.e. checking the environment) starting from the
player's old location and going up the environment tree from there.

DISCONNECT: _disconnect
ODISCONNECT: _disconnect
ODISCONNECT: _odisconnect

Triggered when a player disconnects. This is actually run after the
player connection is dropped, so you won't be able to send a message
Expand Down
2 changes: 1 addition & 1 deletion docs/mpihelp.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MPI Reference Manual for Muck2.2fb7.00
MPI Reference Manual for Muck2.2fb7.10
by Revar Desmera <revar@belfry.com>

You may get a listing of topics that you can get help on, either sorted
Expand Down
2 changes: 1 addition & 1 deletion docs/mufman.html
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ <h3 id="propqueues">Propqueues:
<p>
DISCONNECT: _disconnect
<p>
ODISCONNECT: _disconnect
ODISCONNECT: _odisconnect

<p>
Triggered when a player disconnects. This is actually run after the
Expand Down
2 changes: 1 addition & 1 deletion include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Server version number
*/
#define VERSION "Muck2.2fb7.00"
#define VERSION "Muck2.2fb7.10"

/************************************************************************
Administrative Options
Expand Down
2 changes: 1 addition & 1 deletion src/mufman.raw
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ is run normally (i.e. checking the environment) starting from the
player's old location and going up the environment tree from there.

DISCONNECT: _disconnect
ODISCONNECT: _disconnect
ODISCONNECT: _odisconnect

Triggered when a player disconnects. This is actually run after the
player connection is dropped, so you won't be able to send a message
Expand Down

0 comments on commit 14f0f5a

Please sign in to comment.