drop "patches" from version string
This commit is contained in:
parent
c89a14fab1
commit
7f69e73068
@ -51,7 +51,7 @@ versionstr = prettify $ splitAtElement '.' buildversion :: String
|
|||||||
| bugfix `elem` ["0"{-,"98","99"-}] = ""
|
| bugfix `elem` ["0"{-,"98","99"-}] = ""
|
||||||
| otherwise = "."++bugfix
|
| otherwise = "."++bugfix
|
||||||
patches'
|
patches'
|
||||||
| patches/="0" = "+"++patches++" patches"
|
| patches/="0" = "+"++patches
|
||||||
| otherwise = ""
|
| otherwise = ""
|
||||||
prettify s = intercalate "." s
|
prettify s = intercalate "." s
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user