Skip to content

Commit

Permalink
Update version numbers in release tasklist
Browse files Browse the repository at this point in the history
  • Loading branch information
gassmoeller committed Dec 10, 2024
1 parent 27bc577 commit 75f8ced
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/release/release-tasklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ and the links are working
setup version numbers:

```
export OLDVER=2.4.0
export VER=2.5.0
export VERSHORT=2.5
export NEXTVER=2.6.0-pre
export OLDVER=3.0.0
export VER=3.1.0
export VERSHORT=3.1
export NEXTVER=3.2.0-pre
# Make sure DEALSRCDIR is set to correct path
export DEALSRCDIR=$DEAL_II_DIR
```
Expand Down

0 comments on commit 75f8ced

Please sign in to comment.