From e95c3e981ade00233850f9ba36a7f250e2734a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= Date: Mon, 4 May 2020 22:36:30 +0300 Subject: build: document library version change process --- configure.ac | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/configure.ac b/configure.ac index f4949b64..e09b938d 100644 --- a/configure.ac +++ b/configure.ac @@ -115,6 +115,17 @@ dnl ************************************************************************** dnl Library version information dnl ************************************************************************** +dnl Before making a release, the library version should be modified. Follow +dnl these instructions sequentially: +dnl 1. If the library source code has changed at all since the last update, +dnl then increment lt_revision. +dnl 2. If any interfaces have been added, removed, or changed since the last +dnl update, increment lt_current, and set lt_revision to 0. +dnl 3. If any interfaces have been added since the last public release, then +dnl increment lt_age. +dnl 4. If any interfaces have been removed or changed since the last public +dnl release, then set lt_age to 0. + m4_define([lt_current], [3]) m4_define([lt_revision], [0]) m4_define([lt_age], [0]) -- cgit v1.2.1