From a8dfc6f4cb9cd280299385a50fefc0a4f8103ef1 Mon Sep 17 00:00:00 2001 From: Johan Tibell <johan.tibell@gmail.com> Date: Mon, 23 Feb 2015 20:50:04 +0100 Subject: [PATCH] Bump Cabal version number in Makefile to 1.22.1.1 --- Cabal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cabal/Makefile b/Cabal/Makefile index b4d02b7343..826b01ff3a 100644 --- a/Cabal/Makefile +++ b/Cabal/Makefile @@ -1,5 +1,5 @@ -VERSION=1.22.1.0 +VERSION=1.22.1.1 #KIND=devel KIND=rc -- GitLab