From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
To: linux-sctp@vger.kernel.org
Subject: Re: [PATCH lksctp-tools] configure.ac: add CURRENT REVISION and AGE for libsctp and libwithsctp
Date: Thu, 16 Aug 2018 18:18:41 +0000 [thread overview]
Message-ID: <20180816181841.GI5311@localhost.localdomain> (raw)
In-Reply-To: <d594347d6683fbbfaf468010d9e9bd9b86c4ca0b.1534399950.git.lucien.xin@gmail.com>
On Thu, Aug 16, 2018 at 02:12:30PM +0800, Xin Long wrote:
> Add CURRENT REVISION and AGE for libsctp and libwithsctp in
> configure.ac to update these 2 library version information.
>
> Compatible with before, they will start from 1:18:0. But each
> will get updated according to their definitions in the future.
>
> Signed-off-by: Xin Long <lucien.xin@gmail.com>
> ---
> configure.ac | 7 +++++++
> src/lib/Makefile.am | 7 +++++--
> src/withsctp/Makefile.am | 3 ++-
> 3 files changed, 14 insertions(+), 3 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 275ef4e..2ae36ec 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -14,6 +14,13 @@ dnl reduce clutter in the root; if we put it below AM_INIT_AUTOMAKE,
> dnl configure will fail ...)
>
> AC_INIT([lksctp-tools], [1.0.18], [], [], [http://www.lksctp.org/])
> +AC_SUBST(LIBSCTP_CURRENT, 1)
> +AC_SUBST(LIBSCTP_REVISION, 18)
> +AC_SUBST(LIBSCTP_AGE, 0)
> +AC_SUBST(LIBWITHSCTP_CURRENT, 1)
> +AC_SUBST(LIBWITHSCTP_REVISION, 18)
> +AC_SUBST(LIBWITHSCTP_AGE, 0)
Applied. Thanks, now it will be harder to miss these =)
prev parent reply other threads:[~2018-08-16 18:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-16 6:12 [PATCH lksctp-tools] configure.ac: add CURRENT REVISION and AGE for libsctp and libwithsctp Xin Long
2018-08-16 11:22 ` Neil Horman
2018-08-16 18:18 ` Marcelo Ricardo Leitner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180816181841.GI5311@localhost.localdomain \
--to=marcelo.leitner@gmail.com \
--cc=linux-sctp@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).