summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-08-27 13:43:06 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-08-27 13:43:06 +0300
commitaa860c6bee0378528b79665f95e94e400d3919f1 (patch)
treed95c45a1ec1b0a89fe0f775be90b99ac69519047 /src/Makefile.am
parent0f28734907cebe48bc23cfcfd5d5df74caabc069 (diff)
downloadlibatomic_ops-aa860c6bee0378528b79665f95e94e400d3919f1.tar.gz
Update shared objects version info to be not lower than in ver 7.6.14
* CMakeLists.txt (LIBATOMIC_OPS_GPL_VER_INFO): Increment current and age (change version info of libcord.so to 2:3:1). * src/Makefile.am (LIBATOMIC_OPS_GPL_VER_INFO): Likewise.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 40ec57f..814494f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@
# 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 = 2:1:1
-LIBATOMIC_OPS_GPL_VER_INFO = 2:2:1
+LIBATOMIC_OPS_GPL_VER_INFO = 2:3:1
AM_CFLAGS=@PICFLAG@
AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src