From 94efd2f2506f5bd8b265ccd1465d0068b3417830 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 28 Dec 2011 15:22:33 +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 a2356f6..4c64444 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -16,7 +16,7 @@ ;;; Code: -(defconst ghc-version "1.0.4") +(defconst ghc-version "1.0.5") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index b1b9fe0..23aec0b 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 1.0.4 +Version: 1.0.5 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3