From 9be03d177486b8ee58075c18a5f0777321991089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Berbel=20Alt?= Date: Mon, 3 Dec 2018 15:38:31 -0300 Subject: [PATCH] Welcome 4.3.0! --- app/Version.hs | 2 +- gem/lib/mulang/version.rb | 4 ++-- mulang.cabal | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Version.hs b/app/Version.hs index 1ea35d830..52e3dd0f6 100644 --- a/app/Version.hs +++ b/app/Version.hs @@ -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__ diff --git a/gem/lib/mulang/version.rb b/gem/lib/mulang/version.rb index c342ed872..61742dc87 100644 --- a/gem/lib/mulang/version.rb +++ b/gem/lib/mulang/version.rb @@ -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 diff --git a/mulang.cabal b/mulang.cabal index 3f8435f03..42b91a3b6 100644 --- a/mulang.cabal +++ b/mulang.cabal @@ -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