current might be between recent and stable
svn: r3175
This commit is contained in:
parent
abf83c1c37
commit
473782780d
|
@ -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 ".")
|
||||
|
|
Loading…
Reference in New Issue
Block a user