Skip to content

Commit 96b3cf9

Browse files
committed
Import next changes SHA[ccd205883, ccd205883]
1 parent d63211f commit 96b3cf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Requirements:
3838
Download the latest [release](https://github.com/Nek5000/nekRS/releases) available under
3939

4040
```sh
41-
https://github.com/Nek5000/nekRS/archive/refs/tags/v25.0.tar.gz
41+
https://github.com/Nek5000/nekRS/archive/refs/tags/v26.0.tar.gz
4242
```
4343

4444
or clone our GitHub repository:

src/platform/printHeader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ std::cout << R"(███ ██ ███████ ██ ██ ██
88
<< R"(██ ██ ██ █████ █████ ██████ ███████)" << std::endl
99
<< R"(██ ██ ██ ██ ██ ██ ██ ██ ██)" << std::endl
1010
<< R"(██ ████ ███████ ██ ██ ██ ██ ███████)" << std::endl
11-
<< "(c) 2019-2025 UCHICAGO ARGONNE, LLC" << std::endl
11+
<< "(c) 2019-2026 UCHICAGO ARGONNE, LLC" << std::endl
1212
<< "v" << NEKRS_VERSION << "." << NEKRS_SUBVERSION << "." << NEKRS_PATCHVERSION
1313
<< " (sha:" << GITCOMMITHASH << ")" << std::endl
1414
<< std::endl;

0 commit comments

Comments
 (0)