Updated for 2023 release

This commit is contained in:
Rumble 2023-01-02 14:23:51 +00:00
parent 79e2f91894
commit 213e52d255
9 changed files with 88 additions and 86 deletions

View file

@ -24,7 +24,7 @@
* @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 2021";
cpp_extern const char *tbamud_version = "tbaMUD 2023";
/* strings corresponding to ordinals/bitvectors in structs.h */
/* (Note: strings for class definitions in class.c instead of here) */