From d936766b2fff67ce02956207aa63330afdf9e75e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 16 Sep 2009 11:34:34 +0200 Subject: [PATCH] Update the version of the library (5:1:0 => 5:2:0) to reflect the change in the ABI Pretty sure that nobody is using it but we never know --- scilab/configure | 2 +- scilab/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scilab/configure b/scilab/configure index 60ee25d..71e2279 100755 --- a/scilab/configure +++ b/scilab/configure @@ -3076,7 +3076,7 @@ SCI_BUILDDIR="`pwd`" SCI_SRCDIR="$srcdir" SCI_SRCDIR_FULL="`cd $SCI_SRCDIR && pwd`" -SCILAB_LIBRARY_VERSION=5:1:0 +SCILAB_LIBRARY_VERSION=5:2:0 #shared library versioning diff --git a/scilab/configure.ac b/scilab/configure.ac index 8a5a2920..7341d79 100644 --- a/scilab/configure.ac +++ b/scilab/configure.ac @@ -23,7 +23,7 @@ SCI_BUILDDIR="`pwd`" SCI_SRCDIR="$srcdir" SCI_SRCDIR_FULL="`cd $SCI_SRCDIR && pwd`" -SCILAB_LIBRARY_VERSION=5:1:0 +SCILAB_LIBRARY_VERSION=5:2:0 AC_SUBST(SCILAB_LIBRARY_VERSION) #shared library versioning -- 1.7.9.5