summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8845a95)
raw | patch | inline | side by side (parent: 8845a95)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 2 Jun 2008 06:46:57 +0000 (06:46 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 2 Jun 2008 06:46:57 +0000 (06:46 +0000) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 3784061529824d15ec3918b8301eb7bf660254de..f5f4b13f4ef48e778ebe0b310e8f1637b0a8d3f0 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl for the linker to understand which version the library is compatible with
dnl we must keep a separate library version cout of the format c:r:a if any
-dnl functionality is changed do c++ prior to release
dnl if only implementation changed but all interfaces are kept, do r++
-dnl when only functionality was added, do a++ if any functionality was
-dnl removed do a=0.
+dnl when only functionality was added do c++,r=0,a++
+dnl if any functionality was removed do c++,r=0,a=0.
dnl
dnl see http://sourceware.org/autobook/autobook/autobook_91.html
dnl