Stephen Gran wrote:

This one time, at band camp, Michael Koch said:
You could use 0.70-release-1 (or 0.70-rel1).


[EMAIL PROTECTED]:~$ dpkg --compare-versions 0.70-release-1 lt 0.70-1 &&
echo yes
[EMAIL PROTECTED]:~$ dpkg --compare-versions 0.70-rel1 lt 0.70-1 && echo
yes
[EMAIL PROTECTED]:~$

Same result. Thanks, though.

I think he meant


0.70-rc1 when RC, then 0.70-rel1 when RELEASE

$ dpkg --compare-versions 0.70-rc1 lt 0.70-rel1 && echo yes
yes

--
br,M


-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to