Hi,
rcversion has been set to 0.98.09 in the Release, so it's smaller than 0.98.9 from
http://www.amsn-project.net/amsn_latestUpdate:
this worked perfectly with 0.98.4, where rcversion was 0.98.04 and amsn_latest was 0.98.4;
The problem is octal interpretation (see
here), so it will fail with .08 and .09 .
for the future we could change autoupdate.tcl from line 554
if {[scan [lindex $lastver $x] %d] > [scan [lindex $yourver $x] %d]} {
set newer 1
break
} elseif {[scan [lindex $lastver $x] %d] < [scan [lindex $yourver $x] %d]} {