chiark / gitweb /
remove quilt timestamp file
[pcre3.git] / debian / README.Versioning.libtool
1 Debian release of PCRE 4.5 had
2
3 PCRE_LIB_VERSION=13:0:10
4 PCRE_POSIXLIB_VERSION=13:0:10
5
6 which corresponds to latest debian-revision (soname libpcre.so.3,
7 installed as libpcre.so.3.9.0) and followed the instructions about version
8 numbering in the libtool manual:
9 |  3. If the library source code has changed at all since the last
10 |     update, then increment REVISION (`C:R:A' becomes `C:r+1:A').
11
12 13:1:10
13
14   4. If any interfaces have been added, removed, or changed since the
15      last update, increment CURRENT, and set REVISION to 0.
16
17 14:0:10
18
19   5. If any interfaces have been added since the last public release,
20      then increment AGE.
21
22 14:0:11
23
24   6. If any interfaces have been removed since the last public release,
25      then set AGE to 0.
26
27 n/a
28
29 Therefore I'm using 14:0:11 for this release of PCRE 5.0