From 37e2f0803d596945c78a07da6b08e06fa4dad52f Mon Sep 17 00:00:00 2001 From: Terry Cojean Date: Tue, 6 Apr 2021 10:56:59 +0200 Subject: [PATCH] Bump the current version to 1.4.0 This will be the next master release. --- CMakeLists.txt | 2 +- examples/build-setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6803e5de148..af8ee6e40bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.18) cmake_policy(SET CMP0104 OLD) endif() -project(Ginkgo LANGUAGES C CXX VERSION 1.3.0 DESCRIPTION "A numerical linear algebra library targeting many-core architectures") +project(Ginkgo LANGUAGES C CXX VERSION 1.4.0 DESCRIPTION "A numerical linear algebra library targeting many-core architectures") set(Ginkgo_VERSION_TAG "develop") set(PROJECT_VERSION_TAG ${Ginkgo_VERSION_TAG}) diff --git a/examples/build-setup.sh b/examples/build-setup.sh index 0fa7639a508..45c827e07d3 100644 --- a/examples/build-setup.sh +++ b/examples/build-setup.sh @@ -4,7 +4,7 @@ LIBRARY_DIRS="core core/device_hooks reference omp cuda hip" LIBRARY_NAMES="ginkgo ginkgo_reference ginkgo_omp ginkgo_cuda ginkgo_hip ginkgo_dpcpp" SUFFIXES=".so .dylib .dll d.so d.dylib d.dll" -VERSION="1.3.0" +VERSION="1.4.0" for prefix in ${LIBRARY_DIRS}; do for name in ${LIBRARY_NAMES}; do for suffix in ${SUFFIXES}; do