shogi-server source
Revisão | 2738522275c5773822f0c148210991f465df73d1 (tree) |
---|---|
Hora | 2017-09-02 20:24:41 |
Autor | Daigo Moriwaki <daigo@debi...> |
Commiter | Daigo Moriwaki |
Update Revision to 20170902
@@ -10,6 +10,7 @@ | ||
10 | 10 | has been changed to add number of moves of a game, which would be of |
11 | 11 | help for a script calculating rating scores. |
12 | 12 | (Closes #37491) |
13 | + * Update Revision to 20170902 | |
13 | 14 | |
14 | 15 | 2017-02-26 Daigo Moriwaki <daigo at debian dot org> |
15 | 16 |
@@ -52,7 +52,7 @@ Default_Max_Moves = 256 | ||
52 | 52 | Default_Least_Time_Per_Move = 0 |
53 | 53 | One_Time = 10 |
54 | 54 | Login_Time = 300 # time for LOGIN |
55 | -Revision = "20161211" | |
55 | +Revision = "20170902" | |
56 | 56 | |
57 | 57 | RELOAD_FILES = ["shogi_server/league/floodgate.rb", |
58 | 58 | "shogi_server/league/persistent.rb", |