From 4827fafe43c0101d5dd3384d204e277992541690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Mon, 16 Jan 2017 23:14:49 +0100 Subject: [PATCH] Bump version to 5.7.0.0 --- elisp/ghc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/ghc.el b/elisp/ghc.el index 5c35f05..9b1c0f2 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -28,7 +28,7 @@ (< emacs-minor-version minor))) (error "ghc-mod requires at least Emacs %d.%d" major minor))) -(defconst ghc-version "5.6.0.0") +(defconst ghc-version "5.7.0.0") (defgroup ghc-mod '() "ghc-mod customization")