Skip to content

Commit

Permalink
5.9.12
Browse files Browse the repository at this point in the history
git-svn-id: svn://192.168.1.10/public/CoffeeMud@21207 0d6f1817-ed0e-0410-87c9-987e46238f29
  • Loading branch information
bozimmerman committed Jan 17, 2022
1 parent 3c49a2c commit 26411bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/planet_ink/coffee_mud/application/MUD.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
public class MUD extends Thread implements MudHost
{
private static final float HOST_VERSION_MAJOR = (float)5.9;
private static final float HOST_VERSION_MINOR = (float)11.3;
private static final int HOST_VERSION_MINOR = 12;

private static enum MudState
{
Expand Down

0 comments on commit 26411bd

Please sign in to comment.