From e7f828783b449d334bad34003c501001433f007b Mon Sep 17 00:00:00 2001 From: Tom Schoonjans Date: Sun, 13 Feb 2022 10:53:46 +0000 Subject: [PATCH] Bump libtool revision number --- configure.ac | 2 +- meson.build | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 86c38d67..e5a1343c 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_CANONICAL_HOST LIB_CURRENT=12 -LIB_REVISION=0 +LIB_REVISION=1 LIB_AGE=1 AC_SUBST(LIB_CURRENT) AC_SUBST(LIB_REVISION) diff --git a/meson.build b/meson.build index 93e21d1d..6e6bb790 100644 --- a/meson.build +++ b/meson.build @@ -14,7 +14,7 @@ project('xraylib', # # been preserved, change to C+1:0:A+1 # # c) If the interface is the same as the previous version, change to C:R+1:A lib_current = 12 -lib_revision = 0 +lib_revision = 1 lib_age = 1 version = '@0@.@1@.@2@'.format((lib_current - lib_age), lib_age, lib_revision) @@ -188,4 +188,4 @@ ENDPROGRAM f2003_main endif endif -endif \ No newline at end of file +endif