Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpounds committed Jun 7, 2015
1 parent b499b3f commit 73c9754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tpunit++.hpp
Expand Up @@ -37,10 +37,10 @@ extern "C" int printf(const char*, ...);
* TPUNITPP_VERSION_MINOR is an integer of the minor version.
* TPUNITPP_VERSION_PATCH is an integer of the patch version.
*/
#define TPUNITPP_VERSION 1001004
#define TPUNITPP_VERSION 1001005
#define TPUNITPP_VERSION_MAJOR 1
#define TPUNITPP_VERSION_MINOR 1
#define TPUNITPP_VERSION_PATCH 4
#define TPUNITPP_VERSION_PATCH 5

/**
* ABORT(); generates a failure, immediately returning from the
Expand Down

0 comments on commit 73c9754

Please sign in to comment.