bump version to 2.0
authorSimon Marlow <simonmar@microsoft.com>
Thu, 10 Aug 2006 11:28:33 +0000 (11:28 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 10 Aug 2006 11:28:33 +0000 (11:28 +0000)
Makefile
base.cabal

index 7d96616..bfebcdf 100644 (file)
--- 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)
index d6c08f3..c05b96f 100644 (file)
@@ -1,5 +1,5 @@
 name:          base
-version:       1.0
+version:       2.0
 license:       BSD3
 license-file:  LICENSE
 maintainer:    libraries@haskell.org