From d47007d589a982f03a6cf802602069e66d490150 Mon Sep 17 00:00:00 2001 From: Franco Bulgarelli Date: Sun, 23 Jun 2019 16:42:41 -0300 Subject: [PATCH] Welcome 4.5.3! --- app/Version.hs | 2 +- gem/lib/mulang/version.rb | 4 ++-- ghcjslib/package.json | 2 +- mulang.cabal | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Version.hs b/app/Version.hs index fafe54615..590af9513 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.5.2" +version = "4.5.3" compilationTimestamp :: String compilationTimestamp = __DATE__ ++ " " ++ __TIME__ diff --git a/gem/lib/mulang/version.rb b/gem/lib/mulang/version.rb index 1b8e716b4..e8789bfca 100644 --- a/gem/lib/mulang/version.rb +++ b/gem/lib/mulang/version.rb @@ -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 diff --git a/ghcjslib/package.json b/ghcjslib/package.json index d213e1278..eb0dea8aa 100644 --- a/ghcjslib/package.json +++ b/ghcjslib/package.json @@ -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": { diff --git a/mulang.cabal b/mulang.cabal index e49cf4106..b77721488 100644 --- a/mulang.cabal +++ b/mulang.cabal @@ -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