1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

* Bumped the version number to 0.11.

This commit is contained in:
Eelco Dolstra 2006-10-06 13:45:29 +00:00
parent e1cc84259c
commit 7bada48b36
2 changed files with 6 additions and 3 deletions

View file

@ -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])