aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Simon Marlow <simonmar@microsoft.com>2006-08-31 14:02:57 +0000
committerGravatar Simon Marlow <simonmar@microsoft.com>2006-08-31 14:02:57 +0000
commitefbe7eeacdd5670ede6d3c7b034e41765c2cba19 (patch)
treece0de44874e7c4a66d3a41d2ebf2a4b587806e28
parentf001cc60987ca1d02d515c955fb47acf5017d10a (diff)
bump version to 2.0
-rw-r--r--configure.ac2
-rw-r--r--unix.cabal2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0f039fb..e28b11f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Haskell unix package], [1.0], [libraries@haskell.org], [unix])
+AC_INIT([Haskell unix package], [2.0], [libraries@haskell.org], [unix])
# Safety check: Ensure that we are in the correct source directory.
AC_CONFIG_SRCDIR([include/HsUnix.h])
diff --git a/unix.cabal b/unix.cabal
index 83e4767..74a328a 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -1,5 +1,5 @@
name: unix
-version: 1.0
+version: 2.0
license: BSD3
license-file: LICENSE
maintainer: libraries@haskell.org