summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2015-11-15 11:01:39 -0800
committerMartin Pool <mbp@sourcefrog.net>2015-11-15 11:01:39 -0800
commit0a1250634cd945508e75c0fb9fb7a2539e728d69 (patch)
tree9b65bba73dac30498c6052e186831c10f2de0d8d
parent21aec2c9574470358a9efb7b87b596ac7ca6da4b (diff)
downloadlibrsync-0a1250634cd945508e75c0fb9fb7a2539e728d69.tar.gz
librsync versioning is obsolete: describe new approach
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 6f5fee1..f434dc9 100644
--- a/README.md
+++ b/README.md
@@ -93,12 +93,11 @@ The PCbuild directory contains a project and pre-generated config
files for use with the MSVC++ IDE. This should be enought to compile
rdiff.exe without requiring cygwin.
-## Library Versions
+## Versioning
-librsync uses the GNU libtool library versioning system, so the filename
-does not correspond to the librsync release. To show the library release
-and version, use the librsyncinfo tool. See `libversions.txt` for more
-information.
+librsync uses the semver.org approach to versioning.
+
+The solib version is simply the major number of the library version.
## Platforms