From 32246b1015196f4ecf235bba4625d0f15e866666 Mon Sep 17 00:00:00 2001 From: Joakim Karlsson Date: Sat, 19 Oct 2013 13:49:32 +0200 Subject: [PATCH] chore(version): bumped version number to 1.1.4 --- .gitignore | 2 +- bandit/bandit.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 391f8de..9cbee0b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ CMakeCache.txt CMakeFiles Makefile bin -cmake_install.cmake +*.cmake builds/ tags cotire diff --git a/bandit/bandit.h b/bandit/bandit.h index c7ce024..14566ff 100644 --- a/bandit/bandit.h +++ b/bandit/bandit.h @@ -8,7 +8,7 @@ #include #include -#define BANDIT_VERSION "1.1.2" +#define BANDIT_VERSION "1.1.4" namespace bandit { namespace detail { typedef std::function voidfunc_t;