mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-18 07:05:29 +01:00
Update for 2018 release
This commit is contained in:
parent
045e7fa515
commit
51fa6bc2af
12 changed files with 314 additions and 280 deletions
|
|
@ -21,11 +21,10 @@
|
|||
#include "constants.h"
|
||||
|
||||
/** Current tbaMUD version.
|
||||
* @todo defined with _TBAMUD so we don't have multiple constants to change.
|
||||
* @todo cpp_extern isn't needed here (or anywhere) as the extern reserved word
|
||||
* works correctly with C compilers (at least in my Experience)
|
||||
* Jeremy Osborne 1/28/2008 */
|
||||
cpp_extern const char *tbamud_version = "tbaMUD 3.68";
|
||||
cpp_extern const char *tbamud_version = "tbaMUD 2018.1";
|
||||
|
||||
/* strings corresponding to ordinals/bitvectors in structs.h */
|
||||
/* (Note: strings for class definitions in class.c instead of here) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue