• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

shogi-server source


Commit MetaInfo

Revision2738522275c5773822f0c148210991f465df73d1 (tree)
Time2017-09-02 20:24:41
AuthorDaigo Moriwaki <daigo@debi...>
CommiterDaigo Moriwaki

Log Message

Update Revision to 20170902

Change Summary

Incremental Difference

--- a/changelog
+++ b/changelog
@@ -10,6 +10,7 @@
1010 has been changed to add number of moves of a game, which would be of
1111 help for a script calculating rating scores.
1212 (Closes #37491)
13+ * Update Revision to 20170902
1314
1415 2017-02-26 Daigo Moriwaki <daigo at debian dot org>
1516
--- a/shogi_server.rb
+++ b/shogi_server.rb
@@ -52,7 +52,7 @@ Default_Max_Moves = 256
5252 Default_Least_Time_Per_Move = 0
5353 One_Time = 10
5454 Login_Time = 300 # time for LOGIN
55-Revision = "20161211"
55+Revision = "20170902"
5656
5757 RELOAD_FILES = ["shogi_server/league/floodgate.rb",
5858 "shogi_server/league/persistent.rb",