Updated for 2025 release
This commit is contained in:
@@ -10,6 +10,7 @@ to rec.games.mud.diku which originally announced CircleMUD as a publicly
|
|||||||
available MUD source code.
|
available MUD source code.
|
||||||
|
|
||||||
tbaMUD Release history:
|
tbaMUD Release history:
|
||||||
|
Version 2025 release: January, 2025
|
||||||
Version 2023 release: January, 2023
|
Version 2023 release: January, 2023
|
||||||
Version 2021 release: March, 2021
|
Version 2021 release: March, 2021
|
||||||
Version 2020 release: January, 2020
|
Version 2020 release: January, 2020
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
T B A M U D
|
T B A M U D
|
||||||
2 0 2 3
|
2 0 2 5
|
||||||
|
|
||||||
Based on CircleMUD by Jeremy Elson and DikuMUD by Hans-Henrik Staerfeldt,
|
Based on CircleMUD by Jeremy Elson and DikuMUD by Hans-Henrik Staerfeldt,
|
||||||
Katja Nyboe, Tom Madsen, Michael Seifert, and Sebastian Hammer
|
Katja Nyboe, Tom Madsen, Michael Seifert, and Sebastian Hammer
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
* @todo cpp_extern isn't needed here (or anywhere) as the extern reserved word
|
* @todo cpp_extern isn't needed here (or anywhere) as the extern reserved word
|
||||||
* works correctly with C compilers (at least in my Experience)
|
* works correctly with C compilers (at least in my Experience)
|
||||||
* Jeremy Osborne 1/28/2008 */
|
* Jeremy Osborne 1/28/2008 */
|
||||||
cpp_extern const char *tbamud_version = "tbaMUD 2023";
|
cpp_extern const char *tbamud_version = "tbaMUD 2025";
|
||||||
|
|
||||||
/* strings corresponding to ordinals/bitvectors in structs.h */
|
/* strings corresponding to ordinals/bitvectors in structs.h */
|
||||||
/* (Note: strings for class definitions in class.c instead of here) */
|
/* (Note: strings for class definitions in class.c instead of here) */
|
||||||
|
|||||||
Reference in New Issue
Block a user