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
@@ -745,7 +745,7 @@ cast_protection()
int l = u.ulevel, loglev = 0,
gain, natac = u.uac + u.uspellprot;
/* note: u.uspellprot is subtracted when find_ac() factors it into u.uac,
so adding here factors it back out (3.4.3,3.5 had this backwards) */
so adding here factors it back out (3.4.3,3.6 had this backwards) */
/* loglev=log2(u.ulevel)+1 (1..5) */
while (l) {