Skip to content

Commit

Permalink
update version in gtl_config.hpp to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Sep 23, 2022
1 parent 9ca3645 commit ff7f311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/gtl/gtl_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
// ---------------------------------------------------------------------------

#define GTL_VERSION_MAJOR 1
#define GTL_VERSION_MINOR 0
#define GTL_VERSION_PATCH 0
#define GTL_VERSION_MINOR 1
#define GTL_VERSION_PATCH 4

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

0 comments on commit ff7f311

Please sign in to comment.