Update shared libraries version info to differentiate against v7.4.x
authorIvan Maidanski <ivmai@mail.ru>
Tue, 21 Feb 2017 08:43:42 +0000 (11:43 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 21 Feb 2017 08:43:42 +0000 (11:43 +0300)
Version info "current" and "age" numbers are incremented, "revision"
number is reset to zero (indicating that programs using the previous
libraries version may use the new version as drop-in replacement).
Thus, version info is 2:0:1 now (both for libatomic_ops.so and
libatomic_ops_gpl.so).

* src/Makefile.am (LIBATOMIC_OPS_VER_INFO, LIBATOMIC_OPS_GPL_VER_INFO):
Change version info from 1:3:0 (used for libatomic_ops v7.4.x releases)
to 2:0:1.

src/Makefile.am

index d283ef2..592e072 100644 (file)
@@ -2,8 +2,8 @@
 # Info (current:revision:age) for the Libtool versioning system.
 # These numbers should be updated at most once just before the release,
 # and, optionally, at most once during the development (after the release).
-LIBATOMIC_OPS_VER_INFO = 1:3:0
-LIBATOMIC_OPS_GPL_VER_INFO = 1:3:0
+LIBATOMIC_OPS_VER_INFO = 2:0:1
+LIBATOMIC_OPS_GPL_VER_INFO = 2:0:1
 
 AM_CFLAGS=@PICFLAG@
 AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src