mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Updated to 3.66
This commit is contained in:
parent
027eec89fc
commit
52cc4e8be1
3 changed files with 5 additions and 3 deletions
|
@ -1174,7 +1174,8 @@ Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist)
|
||||||
(lots of major bugfixes too)
|
(lots of major bugfixes too)
|
||||||
|
|
||||||
tbaMUD Release history:
|
tbaMUD Release history:
|
||||||
Version 3.65 release: January, 2015
|
Version 3.66 release: January, 2015
|
||||||
|
Version 3.65 release: January, 2014
|
||||||
Version 3.64 release: March, 2013
|
Version 3.64 release: March, 2013
|
||||||
Version 3.63 release: April, 2012
|
Version 3.63 release: April, 2012
|
||||||
Version 3.62 release: September, 2010
|
Version 3.62 release: September, 2010
|
||||||
|
|
|
@ -10,7 +10,8 @@ to rec.games.mud.diku which originally anounced CircleMUD as a publically
|
||||||
available MUD source code.
|
available MUD source code.
|
||||||
|
|
||||||
tbaMUD Release history:
|
tbaMUD Release history:
|
||||||
Version 3.65 release: January, 2015
|
Version 3.66 release: January, 2015
|
||||||
|
Version 3.65 release: January, 2014
|
||||||
Version 3.64 release: March, 2013
|
Version 3.64 release: March, 2013
|
||||||
Version 3.63 release: April, 2012
|
Version 3.63 release: April, 2012
|
||||||
Version 3.62 release: September, 2010
|
Version 3.62 release: September, 2010
|
||||||
|
|
|
@ -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 3.65";
|
cpp_extern const char *tbamud_version = "tbaMUD 3.66";
|
||||||
|
|
||||||
/* 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) */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue