From 929128ec9e3fd9cfbdeafdbbeebaf5de89114593 Mon Sep 17 00:00:00 2001 From: Franco Bulgarelli Date: Wed, 18 Oct 2017 16:15:36 -0300 Subject: [PATCH] Welcome 3.2.1! --- app/Version.hs | 2 +- mulang.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Version.hs b/app/Version.hs index e2f0919b2..bb6771a8f 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 = "3.2.0" +version = "3.2.1" compilationTimestamp :: String compilationTimestamp = __DATE__ ++ " " ++ __TIME__ diff --git a/mulang.cabal b/mulang.cabal index cb0413154..07c4841ae 100644 --- a/mulang.cabal +++ b/mulang.cabal @@ -1,5 +1,5 @@ name: mulang -version: 3.2.0 +version: 3.2.1 synopsis: The Mu Language, a non-computable extended Lambda Calculus -- description: license: GPL