Skip to content

Commit

Permalink
bump to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nfurmento committed Nov 23, 2023
1 parent 6d0b082 commit ca8f509
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions STARPU-VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ STARPU_EFFECTIVE_VERSION=1.4
# Note for StarPU 1.2: reset everything to 0:0:0

# Libtool interface versioning (info "(libtool) Versioning").
LIBSTARPU_INTERFACE_CURRENT=2 # increment upon ABI change
LIBSTARPU_INTERFACE_CURRENT=3 # increment upon ABI change
LIBSTARPU_INTERFACE_REVISION=0 # increment upon implementation change
LIBSTARPU_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface

LIBSTARPUFFT_INTERFACE_CURRENT=1 # increment upon ABI change
LIBSTARPUFFT_INTERFACE_REVISION=0 # increment upon implementation change
LIBSTARPUFFT_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface

LIBSTARPUMPI_INTERFACE_CURRENT=2 # increment upon ABI change
LIBSTARPUMPI_INTERFACE_CURRENT=3 # increment upon ABI change
LIBSTARPUMPI_INTERFACE_REVISION=0 # increment upon implementation change
LIBSTARPUMPI_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface

Expand Down
8 changes: 4 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"contIntegration": "https://ci.inria.fr/starpu/",
"dateCreated": "2009-03-01",
"datePublished": "2009-04-02",
"version": "1.3.9",
"dateModified": "2021-10-21",
"downloadUrl": "https://files.inria.fr/starpu/starpu-1.3.9/starpu-1.3.9.tar.gz",
"version": "1.4.2",
"dateModified": "2023-11-23",
"downloadUrl": "https://files.inria.fr/starpu/starpu-1.4.2/starpu-1.4.2.tar.gz",
"issueTracker": "https://github.com/starpu-runtime/starpu/issues",
"name": "StarPU",
"description": "StarPU is a task programming library for hybrid architectures.",
Expand All @@ -20,7 +20,7 @@
"https://hal.inria.fr/tel-01959127",
"https://hal.inria.fr/tel-03105625"
],
"releaseNotes": "https://files.inria.fr/starpu/starpu-1.3.9/log.txt",
"releaseNotes": "https://files.inria.fr/starpu/starpu-1.4.2/log.txt",
"keywords": [
"HPC High-Performance Computing",
"Task Paradigm",
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# See the GNU Lesser General Public License in COPYING.LGPL for more details.
#
AC_INIT([StarPU], [1.4.1.99], [[email protected]], [starpu], [http://gitlab.inria.fr/starpu/starpu])
AC_INIT([StarPU], [1.4.2], [[email protected]], [starpu], [http://gitlab.inria.fr/starpu/starpu])
AC_CONFIG_SRCDIR(include/starpu.h)
AC_CONFIG_AUX_DIR([build-aux])

Expand Down

0 comments on commit ca8f509

Please sign in to comment.