32 lines
740 B
Plaintext
32 lines
740 B
Plaintext
|
|
MUDLIB_VERSION(1) MUDLIB_VERSION(1)
|
|
|
|
NAME
|
|
mudlib_version() - returns the current version of this
|
|
mudlib
|
|
|
|
SYNOPSIS
|
|
string mudlib_version()
|
|
|
|
DESCRIPTION
|
|
Returns the currenct version of the mudlib you are using.
|
|
If you have made local modifications to the mudlib, you
|
|
should change this definition in /secure/include/config.h
|
|
to reflect your deviation.
|
|
|
|
EXAMPLES
|
|
o mudlib_version() as of this document will return "3.3"
|
|
|
|
LOCATION
|
|
/secure/sefun/mud_info.c
|
|
|
|
SEE ALSO
|
|
architecture(), mud_name(), mudlib(), query_host_port(),
|
|
version()
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|