From 4011826a6b6decb0929f1c455708e69f01c28c39 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Thu, 24 Apr 2014 22:22:23 +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 7da80fb..73d9262 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -19,7 +19,7 @@ ;;; Code: -(defconst ghc-version "4.0.2") +(defconst ghc-version "4.1.0") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 8bdcdf6..1e44aa9 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 4.0.2 +Version: 4.1.0 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3