Update version numbers in source comments

This commit is contained in:
Pasi Kallinen
2015-11-06 16:05:36 +02:00
parent e37e89edcd
commit 99925ff155
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ dothrow()
* Prior to 3.3.0, command ``3t'' meant ``t(shoot) t(shoot) t(shoot)''
* and took 3 turns. Now it means ``t(shoot at most 3 missiles)''.
*
* [3.5.0: shot count setup has been moved into ok_to_throw().]
* [3.6.0: shot count setup has been moved into ok_to_throw().]
*/
if (!ok_to_throw(&shotlimit))
return 0;