Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cd80d6d7 authored by Nathalie Furmento's avatar Nathalie Furmento
Browse files

bump to 1.3.8

parent df6219d9
No related branches found
Tags starpu-1.3.8
No related merge requests found
......@@ -41,22 +41,22 @@ STARPU_EFFECTIVE_VERSION=1.3
# Note for StarPU 1.2: reset everything to 0:0:0
# Libtool interface versioning (info "(libtool) Versioning").
LIBSTARPU_INTERFACE_CURRENT=6 # increment upon ABI change
LIBSTARPU_INTERFACE_REVISION=1 # increment upon implementation change
LIBSTARPU_INTERFACE_AGE=1 # set to CURRENT - PREVIOUS interface
LIBSTARPU_INTERFACE_CURRENT=7 # increment upon ABI change
LIBSTARPU_INTERFACE_REVISION=0 # increment upon implementation change
LIBSTARPU_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface
LIBSTARPUFFT_INTERFACE_CURRENT=2 # increment upon ABI change
LIBSTARPUFFT_INTERFACE_REVISION=0 # increment upon implementation change
LIBSTARPUFFT_INTERFACE_REVISION=1 # increment upon implementation change
LIBSTARPUFFT_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface
LIBSTARPUMPI_INTERFACE_CURRENT=3 # increment upon ABI change
LIBSTARPUMPI_INTERFACE_REVISION=1 # increment upon implementation change
LIBSTARPUMPI_INTERFACE_REVISION=2 # increment upon implementation change
LIBSTARPUMPI_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface
LIBSOCL_INTERFACE_CURRENT=0 # increment upon ABI change
LIBSOCL_INTERFACE_REVISION=2 # increment upon implementation change
LIBSOCL_INTERFACE_REVISION=3 # increment upon implementation change
LIBSOCL_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface
LIBSTARPURM_INTERFACE_CURRENT=1 # increment upon ABI change
LIBSTARPURM_INTERFACE_REVISION=1 # increment upon implementation change
LIBSTARPURM_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface
LIBSTARPURM_INTERFACE_CURRENT=2 # increment upon ABI change
LIBSTARPURM_INTERFACE_REVISION=0 # increment upon implementation change
LIBSTARPURM_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface
......@@ -18,7 +18,7 @@
#
# See the GNU Lesser General Public License in COPYING.LGPL for more details.
#
AC_INIT([StarPU], [1.3.7.99], [starpu-devel@inria.fr], [starpu], [http://gitlab.inria.fr/starpu/starpu])
AC_INIT([StarPU], [1.3.8], [starpu-devel@inria.fr], [starpu], [http://gitlab.inria.fr/starpu/starpu])
AC_CONFIG_SRCDIR(include/starpu.h)
AC_CONFIG_AUX_DIR([build-aux])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment