Skip to content

Commit

Permalink
Welcome 4.3.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-berbel committed Dec 3, 2018
1 parent 2d6cb38 commit 9be03d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.1"
version = "4.3.0"

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.2.1"
MULANG_VERSION = "4.2.1"
VERSION = "4.3.0"
MULANG_VERSION = "4.3.0"
end
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.2.1
version: 4.3.0
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 9be03d1

Please sign in to comment.