current might be between recent and stable

svn: r3175
This commit is contained in:
Eli Barzilay 2006-06-01 23:40:32 +00:00
parent abf83c1c37
commit 473782780d

View File

@ -71,7 +71,7 @@
;; we have the newest version (can be > if we have an svn build)
[(string>=? current recent) 'ok]
;; we're stable, but there's a newer version
[(equal? current stable)
[(string>=? current stable)
`(ok-but ,recent)]
;; new version out -- no alphas or we have an alpha => show recent
;; (also for svn builds of a stable version -- anything with ".")