about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-08-20T11·31+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-08-20T11·31+0000
commit710175e6a0f737f108e802d6b0c3de0af04e500c (patch)
tree2caf2fe1e96731bf3a81748a4b21b981d3a722b5 /configure.ac
parented0db2e0d80ac538fbb1f9869922be4fbf7bfeab (diff)
* Bumped the version number to 0.3.
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 3dd3df9c6c..3ad8ed7ff7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(nix, 0.2pre1)
+AC_INIT(nix, 0.3)
 AC_CONFIG_SRCDIR(src/nix.cc)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE