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

* Don't barf on lines in nix-pull manifests that we don't recognise.

Necessary for compatibility with 0.7 patch deployment.
* Bumped version number to 0.6.1.
This commit is contained in:
Eelco Dolstra 2004-12-21 13:05:25 +00:00
parent 2bd9f0d76b
commit 0d157eed99
2 changed files with 13 additions and 8 deletions

View file

@ -1,4 +1,4 @@
AC_INIT(nix, "0.6")
AC_INIT(nix, "0.6.1")
AC_CONFIG_SRCDIR(README)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE