Skip to content

Commit

Permalink
Welcome 3.5.2!
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Dec 27, 2017
1 parent a8dd9bc commit b6ddd95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prettyVersion :: String
prettyVersion = "Mulang Release " ++ version ++ ", compiled on " ++ compilationTimestamp

version :: String
version = "3.5.1"
version = "3.5.2"

compilationTimestamp :: String
compilationTimestamp = __DATE__ ++ " " ++ __TIME__
2 changes: 1 addition & 1 deletion mulang.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mulang
version: 3.5.1
version: 3.5.2
synopsis: An intermediate language designed to perform advanced code analysis
description: Mulang is an intermediate language, a combinators library for static code analysis and a multilanguage comand line tool
license: GPL
Expand Down

0 comments on commit b6ddd95

Please sign in to comment.