Skip to content

Commit

Permalink
chore(version): bumped version number to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimkarlsson committed Oct 19, 2013
1 parent 8f41b07 commit 32246b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CMakeCache.txt
CMakeFiles
Makefile
bin
cmake_install.cmake
*.cmake
builds/
tags
cotire
2 changes: 1 addition & 1 deletion bandit/bandit.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <deque>
#include <stdexcept>

#define BANDIT_VERSION "1.1.2"
#define BANDIT_VERSION "1.1.4"

namespace bandit { namespace detail {
typedef std::function<void ()> voidfunc_t;
Expand Down

0 comments on commit 32246b1

Please sign in to comment.