Skip to content

Commit 7e9498c

Browse files
committed
bump gtl version to 1.1.5
1 parent aa66e64 commit 7e9498c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 v1.1.4 # adjust tag/branch/commit as needed
11+
GIT_TAG v1.1.5 # 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 v1.1.0 # adjust tag/branch/commit as needed
41+
GIT_TAG v1.1.5 # adjust tag/branch/commit as needed
4242
)
4343
FetchContent_MakeAvailable(gtl)
4444

include/gtl/gtl_config.hpp

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

3737
#define GTL_VERSION_MAJOR 1
3838
#define GTL_VERSION_MINOR 1
39-
#define GTL_VERSION_PATCH 4
39+
#define GTL_VERSION_PATCH 5
4040

4141
// Included for the __GLIBC__ macro (or similar macros on other systems).
4242
#include <limits.h>

0 commit comments

Comments
 (0)