Skip to content

Commit c941fab

Browse files
committed
Updated version numbers in preparation for release.
1 parent ae75b57 commit c941fab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMake/Modules/TBTKVersionInfo.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Avoid printing setting and printing information multiple times.
22
IF(NOT TBTK_VERSION_DEFINED)
33
SET(TBTK_VERSION_MAJOR 2)
4-
SET(TBTK_VERSION_MINOR 5)
4+
SET(TBTK_VERSION_MINOR 6)
55
SET(TBTK_VERSION_PATCH 0)
66
SET(
77
TBTK_VERSION

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ See the documentation for deatiled information about the corresponding component
205205
## Installation
206206
```bash
207207
git clone http://github.com/dafer45/TBTK
208-
git checkout v2.5.0
208+
git checkout v2.6.0
209209
mkdir TBTKBuild
210210
cd TBTKBuild
211211
cmake ../TBTK

doc/InstallationInstructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Installation instructions {#InstallationInstructions}
1919
Always work agains a public release.
2020
This is done by checking out the latset release using
2121
```cpp
22-
git checkout v2.5.0
22+
git checkout v2.6.0
2323
```
2424
A full list of public releases can be found at https://github.com/dafer45/TBTK/releases.
2525
By remembering the version number that an application is compiled with, it is guaranted that the application will be possible to build again anytime in the future.
@@ -92,12 +92,12 @@ The following table shows the optional libraries that are required to enable the
9292
| Resource | | | X | | | | |
9393

9494
# Update TBTK {#UpdateTBTK}
95-
If TBTK is already installed, it can be updated to v2.5.0 as follows.
95+
If TBTK is already installed, it can be updated to v2.6.0 as follows.
9696
We here assume that TBTK has been downloaded and built in two parallel folders TBTK and TBTKBuild, as described above.
9797
```cpp
9898
cd TBTK
9999
git pull
100-
git checkout v2.5.0
100+
git checkout v2.6.0
101101
cd ../TBTKBuild
102102
cmake ../TBTK
103103
make

0 commit comments

Comments
 (0)