]> granicus.if.org Git - gc/commit
Update shared libraries version info to differentiate against v7.2
authorIvan Maidanski <ivmai@mail.ru>
Fri, 7 Apr 2017 16:14:24 +0000 (19:14 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 7 Apr 2017 16:14:24 +0000 (19:14 +0300)
commit7fa1191cfb4379afa7373f7c97cb281417a38a5e
tree9ba09f016d7cd69446b3f5274e5027f74b22e583
parentbdfee0403b8aa51e0b7b5938e528ca276adc4085
Update shared libraries version info to differentiate against v7.2

There some API changes in libgc against v7.2, so the "current" number
of the version info is incremented, thus the version info is now 3:0:1.

There are no API changes in libcord and libgccpp against v7.2
but some implementation changes exist, 2:*:* version info is reserved
for v7.2, so the version info for libcord and libgccpp is now 3:0:2.

* Makefile.am (LIBGC_VER_INFO): Change version info to 3:0:1.
* Makefile.am (LIBGCCPP_VER_INFO): Change version info to 3:0:2.
* cord/cord.am (LIBCORD_VER_INFO): Likewise.
Makefile.am
cord/cord.am