From 7046c35843af7c6232efc7e7ee23b26096e0c692 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 14 May 2007 12:16:41 +0000 Subject: [PATCH] * Typo (reported by Marc Weber). --- src/libstore/local-store.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;