From eb82de15c89dadac312fd9b44220a0109c46b4f1 Mon Sep 17 00:00:00 2001 From: Ian Lynagh <ian@well-typed.com> Date: Fri, 30 Nov 2012 16:40:45 +0000 Subject: [PATCH] Bump version number following new policy We now keep the HEAD version numbers as values which would be suitable for immediate release. --- haskell98.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell98.cabal b/haskell98.cabal index 7d5f13d..2657c5d 100644 --- a/haskell98.cabal +++ b/haskell98.cabal @@ -1,5 +1,5 @@ name: haskell98 -version: 2.0.0.2 +version: 2.0.0.3 -- GHC 7.6.1 released with 2.0.0.2 license: BSD3 license-file: LICENSE -- GitLab