From ebd3066b86ef358bce0557c175febcd8ed6fdefc Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 22 Jul 2004 04:41:38 +0000 Subject: [PATCH] Update versionning info, and add a cheat sheet to the makefile in order to do so without reading the (poor) documentation of libtool git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@316 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras/Makefile.am | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/gras/Makefile.am b/src/gras/Makefile.am index a70670f3d6..b479b2b0d0 100644 --- a/src/gras/Makefile.am +++ b/src/gras/Makefile.am @@ -10,7 +10,22 @@ EXTRA_DIST= ./gras_private.h \ Virtu/virtu_sg.h \ DataDesc/ddt_parse.yy.l DataDesc/ddt_parse.yy.c -VERSION_INFO=-version-info 0:1:0 +VERSION_INFO= -version-info 1:0:0 +# from `info libtool "Updating version info"` +# +# - Begin with C:R:A = 0:0:0 +# - Do not update it before public release (keep numbers small) +# +# ----------------------------------------------------------------------+ +# + Interface | code of existing | Interface | New version info | +# | removal/change? | interface changed? | addition? | | +# +-----------------+--------------------+-----------+------------------+ +# | yes | must be yes ;) | | C++ : 0 : 0 | +# | no | yes | yes | C : R++ : A++ | +# | no | yes | no | C : R++ : A | +# | no | no | yes | C : R : A++ | +# | no | no | no | C : R : A | +# +-----------------+--------------------+-----------+------------------+ if HAVE_SG lib_LTLIBRARIES= libgrasrl.la libgrassg.la -- 2.20.1