about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-10-06T13·45+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-10-06T13·45+0000
commit7bada48b36a091bb30c905229e16df3c36c90d7d (patch)
tree82304a0481c6ee0a620afaa0a7a8091b3133c546 /configure.ac
parente1cc84259ce38f0639f6304f04e1747c00fd43cb (diff)
* Bumped the version number to 0.11.
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 ac9b54ddd7..3054abee6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(nix, 0.10)
+AC_INIT(nix, 0.11)
 AC_CONFIG_SRCDIR(README)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE([dist-bzip2 foreign])