Skip to content

Commit

Permalink
Bump version to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Apr 24, 2023
1 parent 3e43235 commit 12476da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/gtl/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class GtlConan(ConanFile):
name = "gtl"
version = "1.1.7"
version = "1.1.8"
description = "Greg's Template Library of useful classes"

# Indicates License type of the packaged library
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 6
#define GTL_VERSION_PATCH 8

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

0 comments on commit 12476da

Please sign in to comment.