From 644adfe0c40e86f892dbb2b89182c0d1a20986c8 Mon Sep 17 00:00:00 2001 From: "Nathaniel V. KELSO" Date: Wed, 6 Jun 2012 18:37:22 -0700 Subject: [PATCH] formatting --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d0d83aec..c926832f 100644 --- a/README.md +++ b/README.md @@ -41,15 +41,15 @@ Natural Earth is a big project with hundreds of files that depend on each other Specifically: -* Changing existing data file names, major version X will be incremented. -* Changing existing data column (field) names, major version X will be incremented. -* Removing `FeatureCla` field attribute values, major version X will be incremented. -* Introduce significant new content, major version X will be incremented. -* Additions, deletions to admin-0, major version X will be incremented. -* Other shape or attributes changes to admin-0, minor version Y will be incremented. -* Additions, deletions, changes to admin-1, minor version Y will be incremented. -* Changes to content any theme, minor version Y will be incremented. -* Bug fixes to content any theme, patch version Z will be incremented. +* Changing existing data **file names**, major version X will be incremented. +* Changing existing data **column (field) names**, major version X will be incremented. +* Removing **`FeatureCla` field attribute values**, major version X will be incremented. +* Introduce **significant new content**, major version X will be incremented. +* **Additions, deletions to admin-0**, major version X will be incremented. +* Other shape or attributes in **admin-0**, minor version Y will be incremented. +* Additions, deletions, changes in **admin-1**, minor version Y will be incremented. +* Changes to **content any theme**, minor version Y will be incremented. +* Bug fixes to **content any theme**, patch version Z will be incremented. Under this scheme, version numbers and the way they change convey meaning about the underlying code and what has been modified from one version to the next.