aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
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 /configure.ac
parentf001cc60987ca1d02d515c955fb47acf5017d10a (diff)
bump version to 2.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 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])