Bump version to 5.6.0.0

This commit is contained in:
Daniel Gröber 2016-07-10 23:42:05 +02:00
parent 0eb87f34c4
commit 3d55dad777
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
(< emacs-minor-version minor)))
(error "ghc-mod requires at least Emacs %d.%d" major minor)))
(defconst ghc-version "5.5.0.0")
(defconst ghc-version "5.6.0.0")
(defgroup ghc-mod '() "ghc-mod customization")

View File

@ -1,5 +1,5 @@
Name: ghc-mod
Version: 5.5.0.0
Version: 5.6.0.0
Author: Kazu Yamamoto <kazu@iij.ad.jp>,
Daniel Gröber <dxld@darkboxed.org>,
Alejandro Serrano <trupill@gmail.com>,
@ -97,7 +97,7 @@ Extra-Source-Files: ChangeLog
Custom-Setup
Setup-Depends: base
, Cabal
, Cabal < 1.25
, containers
, filepath
, process