Skip to content

Commit

Permalink
Welcome 3.0.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Aug 14, 2017
1 parent ccc735f commit 5fdf288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ prettyVersion :: String
prettyVersion = "Mulang Release " ++ version ++ ", compiled on " ++ compilationTimestamp

version :: String
version = "2.3.0"

version = "3.0.0"

compilationTimestamp :: String
compilationTimestamp = __DATE__ ++ " " ++ __TIME__
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: 2.3.0
version: 3.0.0
synopsis: The Mu Language, a non-computable extended Lambda Calculus
-- description:
license: GPL
Expand Down

0 comments on commit 5fdf288

Please sign in to comment.