Skip to content

Commit

Permalink
Prepare for release of 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nionita committed Feb 15, 2019
1 parent 532e8db commit 81032b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main/Barbarossa.hs
Expand Up @@ -39,7 +39,7 @@ progName, progVersion, progVerSuff, progAuthor :: String
progName = "Barbarossa"
progAuthor = "Nicu Ionita"
progVersion = "0.5.0"
progVerSuff = "i1811"
progVerSuff = ""

data Options = Options {
optConfFile :: Maybe String, -- config file
Expand All @@ -52,7 +52,7 @@ defaultOptions :: Options
defaultOptions = Options {
optConfFile = Nothing,
optParams = [],
optLogging = LogInfo,
optLogging = LogNever,
optAFenFile = Nothing
}

Expand Down

0 comments on commit 81032b1

Please sign in to comment.