Skip to content

Commit

Permalink
version 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
egisatoshi committed Mar 19, 2017
1 parent 08bbeb7 commit b196db4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2011-2016, Satoshi Egi
Copyright (c) 2011-2017, Satoshi Egi

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the "Software"),
Expand Down
4 changes: 2 additions & 2 deletions egison.cabal
@@ -1,5 +1,5 @@
Name: egison
Version: 3.6.4
Version: 3.6.5
Synopsis: Programming language with non-linear pattern-matching against non-free data
Description:
An interpreter for Egison, a **pattern-matching-oriented**, purely functional programming language.
Expand Down Expand Up @@ -79,7 +79,7 @@ Library
Language.Egison.Primitives
Language.Egison.Util
Other-modules: Paths_egison
ghc-options: -O3 -threaded
ghc-options: -O3

Test-Suite test
Type: exitcode-stdio-1.0
Expand Down
2 changes: 1 addition & 1 deletion hs-src/Interpreter/egison.hs
Expand Up @@ -216,7 +216,7 @@ printVersionNumber = do

showBanner :: IO ()
showBanner = do
putStrLn $ "Egison Version " ++ showVersion version ++ " (C) 2011-2016 Satoshi Egi"
putStrLn $ "Egison Version " ++ showVersion version ++ " (C) 2011-2017 Satoshi Egi"
putStrLn $ "https://www.egison.org"
putStrLn $ "Welcome to Egison Interpreter!"
-- putStrLn $ "** Information **"
Expand Down

0 comments on commit b196db4

Please sign in to comment.