summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-05-23 16:12:39 +0200
committerLars Wirzenius <liw@liw.fi>2012-05-23 16:12:39 +0200
commit5533b56b416b05343d190388dc85a5a3a80f43a8 (patch)
tree9b746379f5cbca958e41a489d417e56527d430c0 /README
parent0a590cf9913086082a5139545bd738c5a552a54a (diff)
downloadlarch-5533b56b416b05343d190388dc85a5a3a80f43a8.tar.gz
Document new version numbering scheme in README
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index cdedbb0..0ccf590 100644
--- a/README
+++ b/README
@@ -41,6 +41,11 @@ The larch on-disk file format and data structures are frozen as of version
0.31. That means any B-trees stored on disk with that version, or any
later version, will be readable by future versions of larch.
+This prompts a new version numbering scheme for Larch. In the future,
+the version number is of the form `FORMAT.DATE`, where `FORMAT` is
+the on-disk format version for Larch (currently 1), and the `DATE`
+is the date of the release.
+
Build and install
-----------------