>>>>> "C" == Chris Morris <chrismo / clabs.org> writes:

C> Just curious (and confused), I've seen 1.7.3 mentioned a couple of times
C> recently - Ruby home page still says 1.7.2. Since 1.7.2 isn't actually a
C> tagged version yet, it's just reference to the latest, I thought I might see
C> a 1.7.2 tag in cvs now, assuming 1.7.3 to be the new latest - but I don't
C> see a 1.7.2 tag. Is there really a 1.7.3? Or are we still at 1.7.2 (which is
C> the, IMO, confusing reference to 'the latest').

 Apparently 7.3

pigeon% ruby -v
ruby 1.7.3 (2002-08-30) [i686-linux]
pigeon% 

 but ruby don't seems to like it

socket.c: In function `sock_s_getnameinfo':
socket.c:2294: parse error before `=='


Guy Decoux