Update shared libraries version info to differentiate against v7.6
authorIvan Maidanski <ivmai@mail.ru>
Wed, 1 Mar 2017 22:10:29 +0000 (01:10 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 1 Mar 2017 22:10:29 +0000 (01:10 +0300)
commitf6f720e7f6d133475b19aebe6fc18a328d007569
treeede1b2ea4735ebf7c55bba92e8d10ca3f5d63a64
parentc4e67b4a301bea050e5e21d606e62b3f8f4a9a01
Update shared libraries version info to differentiate against v7.6

There are no API/implementation changes in libcord and libgccpp against
release-7_6 for now, so the corresponding version info is made the same.

There some implementation changes in libgc (without API changes) against
release-7_6, so the version info is made not the same (although there
are no API changes, 4:x:2 is already in use/reserved for release-7_6).

* Makefile.am (LIBGC_VER_INFO): Change version info to 5:0:3
(release-7_6 is supposed to use 4:x:2).
* Makefile.am (LIBGCCPP_VER_INFO): Change version info to 4:0:3
(the same one as release-7_6 uses at present).
* cord/cord.am (LIBCORD_VER_INFO): Likewise.
Makefile.am
cord/cord.am