Skip to content

Commit 9653944

Browse files
committed
Update version in README and CMakeLists.txt
1 parent f52aab4 commit 9653944

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
@@ -8,7 +8,7 @@
88
FetchContent_Declare(
99
gtl
1010
GIT_REPOSITORY https://github.com/greg7mdp/gtl.git
11-
GIT_TAG 1.01 # adjust tag/branch/commit as needed
11+
GIT_TAG v1.1.0 # adjust tag/branch/commit as needed
1212
)
1313
FetchContent_MakeAvailable(gtl)
1414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you are using cmake, you can use FetchContent to integrate gtl to your projec
3838
FetchContent_Declare(
3939
gtl
4040
GIT_REPOSITORY https://github.com/greg7mdp/gtl.git
41-
GIT_TAG 1.01 # adjust tag/branch/commit as needed
41+
GIT_TAG v1.1.0 # adjust tag/branch/commit as needed
4242
)
4343
FetchContent_MakeAvailable(gtl)
4444

0 commit comments

Comments
 (0)