Skip to content

Commit

Permalink
Welcome 4.5.3!
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Jun 23, 2019
1 parent 2f3d4ae commit d47007d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 = "4.5.2"
version = "4.5.3"

compilationTimestamp :: String
compilationTimestamp = __DATE__ ++ " " ++ __TIME__
4 changes: 2 additions & 2 deletions gem/lib/mulang/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Mulang
VERSION = "4.5.2"
MULANG_VERSION = "4.5.2"
VERSION = "4.5.3"
MULANG_VERSION = "4.5.3"
end
2 changes: 1 addition & 1 deletion ghcjslib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mulang",
"version": "4.5.2",
"version": "4.5.3",
"description": "An intermediate language designed to perform advanced code analysis",
"main": "build/mulang.js",
"bin": {
Expand Down
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: 4.5.2
version: 4.5.3
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-3.0
Expand Down

0 comments on commit d47007d

Please sign in to comment.