From f52e4ab18e7aad17ecfeacd744c24f1ca9fd4bbc Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 31 Mar 2017 17:48:46 +0300 Subject: [PATCH] Update shared libraries version info for 7.4.6+ (to 1:4:0) Version info "revision" number is incremented (indicating the library API is not changed, only the implementation is modified since the previous version update). * src/Makefile.am (LIBATOMIC_OPS_VER_INFO, LIBATOMIC_OPS_GPL_VER_INFO): Change version info from 1:3:0 (used for previous libatomic_ops v7.4.x releases) to 1:4:0. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index a0b6422..357bbb1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 = 1:4:0 +LIBATOMIC_OPS_GPL_VER_INFO = 1:4:0 AM_CFLAGS=@PICFLAG@ AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src -- 2.50.1