From: Simon Marlow Date: Thu, 10 Aug 2006 11:28:33 +0000 (+0000) Subject: bump version to 2.0 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0eef45abfb7939b5ce41cb1fffbdc264b545a189;p=ghc-base.git bump version to 2.0 --- diff --git a/Makefile b/Makefile index 7d96616..bfebcdf 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ ALL_DIRS = \ Text/Read PACKAGE = base -VERSION = 1.0 +VERSION = 2.0 SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude -"\#include" HsBase.h SRC_HSC2HS_OPTS += -Iinclude -I$(GHC_INCLUDE_DIR) diff --git a/base.cabal b/base.cabal index d6c08f3..c05b96f 100644 --- a/base.cabal +++ b/base.cabal @@ -1,5 +1,5 @@ name: base -version: 1.0 +version: 2.0 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org