Skip to content

Commit

Permalink
Merge Bump the current version to 1.4.0
Browse files Browse the repository at this point in the history
In preparation for a future release of 1.4.0.

All commits after the 1.3.0 release can already be tagged for the future 1.4.0.
The following commits will be as well, at least until we release 1.4.0.

Related PR: #734
  • Loading branch information
tcojean authored Apr 6, 2021
2 parents 0a8739d + 37e2f08 commit 891ff67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})

Expand Down
2 changes: 1 addition & 1 deletion examples/build-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 891ff67

Please sign in to comment.