Skip to content

Commit 917db1b

Browse files
committed
[release] change tag to main
1 parent b776761 commit 917db1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(
77
DESCRIPTION
88
"A numerical linear algebra library targeting many-core architectures"
99
)
10-
set(Ginkgo_VERSION_TAG "develop")
10+
set(Ginkgo_VERSION_TAG "main")
1111
set(PROJECT_VERSION_TAG ${Ginkgo_VERSION_TAG})
1212
if(Ginkgo_VERSION_TAG STREQUAL "master")
1313
set(GINKGO_VERSION_TAG_DEPRECATED ON)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
[![License](https://img.shields.io/github/license/ginkgo-project/ginkgo.svg)](./LICENSE)|[![c++ standard](https://img.shields.io/badge/c%2B%2B-17-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization)|[![Documentation](https://img.shields.io/badge/Documentation-latest-blue.svg)](https://ginkgo-project.github.io/ginkgo-generated-documentation/doc/develop/)|[![DOI](https://joss.theoj.org/papers/10.21105/joss.02260/status.svg)](https://doi.org/10.21105/joss.02260)|[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8037/badge)](https://www.bestpractices.dev/projects/8037)
5+
[![License](https://img.shields.io/github/license/ginkgo-project/ginkgo.svg)](./LICENSE)|[![c++ standard](https://img.shields.io/badge/c%2B%2B-17-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization)|[![Documentation](https://img.shields.io/badge/Documentation-latest-blue.svg)](https://ginkgo-project.github.io/ginkgo-generated-documentation/doc/main/)|[![DOI](https://joss.theoj.org/papers/10.21105/joss.02260/status.svg)](https://doi.org/10.21105/joss.02260)|[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8037/badge)](https://www.bestpractices.dev/projects/8037)
66
|:-:|:-:|:-:|:-:|:-:|
77

88

0 commit comments

Comments
 (0)