diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-05-14T12·16+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-05-14T12·16+0000 |
commit | 7046c35843af7c6232efc7e7ee23b26096e0c692 (patch) | |
tree | e21884c221492912873836a8c5245a829cb79d64 /src/libstore | |
parent | e5da9c88039c360065f20cfd513f2fe68430f04a (diff) |
* Typo (reported by Marc Weber).
Diffstat (limited to 'src/libstore')
-rw-r--r-- | src/libstore/local-store.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index 76d14c3a694a..099be2efcd1a 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -13,7 +13,7 @@ class Transaction; /* Nix store and database schema version. Version 1 (or 0) was Nix <= - 0.7. Version 2 was Nix 0.8 and 0.8. Version 3 is Nix 0.10 and + 0.7. Version 2 was Nix 0.8 and 0.9. Version 3 is Nix 0.10 and up. */ const int nixSchemaVersion = 3; |