From 3b15dec3c0f081021c6d2a17a9c53d8353490a00 Mon Sep 17 00:00:00 2001 From: oetiker Date: Mon, 2 Jun 2008 06:46:57 +0000 Subject: [PATCH] updated documentation of library versioning system git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1396 a5681a0c-68f1-0310-ab6d-d61299d08faa --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 3784061..f5f4b13 100644 --- a/configure.ac +++ b/configure.ac @@ -21,10 +21,9 @@ AC_SUBST(NUMVERS) 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 -- 2.11.0