summaryrefslogtreecommitdiff
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
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.
-rw-r--r--CMakeLists.txt2
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 27c6500..2bd87e3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,7 @@ set(PACKAGE_VERSION 7.7.0)
# Info (current:revision:age) for the Libtool versioning system.
# These values should match those in src/Makefile.am.
set(LIBATOMIC_OPS_VER_INFO 2:1:1)
-set(LIBATOMIC_OPS_GPL_VER_INFO 2:2:1)
+set(LIBATOMIC_OPS_GPL_VER_INFO 2:3:1)
project(libatomic_ops C)
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