about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-05-14T12·16+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-05-14T12·16+0000
commit7046c35843af7c6232efc7e7ee23b26096e0c692 (patch)
treee21884c221492912873836a8c5245a829cb79d64
parente5da9c88039c360065f20cfd513f2fe68430f04a (diff)
* Typo (reported by Marc Weber).
-rw-r--r--src/libstore/local-store.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh
index 76d14c3a69..099be2efcd 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;