No; wine-0.9.45 is the newest; there have been 39 point releases since
0.9.6 was released last year (6+39=45).
--
John (jo...@os2.dhs.org)
Pay close attention to the dots. "0.9.4.4" is different than "0.9.44"
and 44 is bigger number than 6 is.
Thanks!
I can't speak for the OP, but this can be confusing if one is used to
ordinary decimal arithmetic but not to program version numbers. In
ordinary arithmetic, 9.44 is indeed less than 9.6. The problem is that
program version numbers don't follow the usual rules for decimal numbers;
anytime a sub-version number rises above 9, it starts looking weird from
the point of view of the usual arithmetic rules. In this specific case,
the existence of two decimal points (0.9.44, etc.) is a clue to this fact,
but by itself that doesn't really help. Perhaps it would have been better
if the decimal notation had never been adopted, but that ship has long
since sailed....
--
Rod Smith, rods...@rodsbooks.com
http://www.rodsbooks.com
Author of books on Linux, FreeBSD, and networking
Thank you for that explanation. I will watch out for that.