Skip to content

Commit

Permalink
bump gtl version to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Oct 1, 2022
1 parent aa66e64 commit 7e9498c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
FetchContent_Declare(
gtl
GIT_REPOSITORY https://github.com/greg7mdp/gtl.git
GIT_TAG v1.1.4 # adjust tag/branch/commit as needed
GIT_TAG v1.1.5 # adjust tag/branch/commit as needed
)
FetchContent_MakeAvailable(gtl)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you are using cmake, you can use FetchContent to integrate gtl to your projec
FetchContent_Declare(
gtl
GIT_REPOSITORY https://github.com/greg7mdp/gtl.git
GIT_TAG v1.1.0 # adjust tag/branch/commit as needed
GIT_TAG v1.1.5 # adjust tag/branch/commit as needed
)
FetchContent_MakeAvailable(gtl)
Expand Down
2 changes: 1 addition & 1 deletion include/gtl/gtl_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#define GTL_VERSION_MAJOR 1
#define GTL_VERSION_MINOR 1
#define GTL_VERSION_PATCH 4
#define GTL_VERSION_PATCH 5

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

0 comments on commit 7e9498c

Please sign in to comment.