From f959a8029ee1c8a74beabba5f5cc4720b1194bf3 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Mon, 31 Mar 2014 11:01:32 +0900 Subject: [PATCH] ver bumps up. --- elisp/ghc.el | 2 +- ghc-mod.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elisp/ghc.el b/elisp/ghc.el index e0a94e9..a9bc64a 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -11,7 +11,7 @@ ;;; Code: -(defconst ghc-version "3.1.7") +(defconst ghc-version "4.0.0") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index c7630c3..f775651 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 3.1.7 +Version: 4.0.0 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3